yaml cleanups (id, hypopen, inflatable wall) (#41432)

* cleanups

* yes i can
This commit is contained in:
lzk
2025-11-15 12:43:20 +01:00
committed by GitHub
parent 50d4f17a10
commit 400905725c
3 changed files with 1 additions and 13 deletions

View File

@@ -923,23 +923,14 @@
#Antags #Antags
- type: entity - type: entity
name: passenger ID card parent: [PassengerIDCard, BaseChameleon]
parent: [IDCardStandard, BaseChameleon]
id: AgentIDCard id: AgentIDCard
suffix: Agent suffix: Agent
components: components:
- type: PresetIdCard
job: Passenger
- type: Access - type: Access
tags: tags:
- Maintenance - Maintenance
- SyndicateAgent - SyndicateAgent
- type: Sprite
layers:
- state: default
- sprite: *icon-rsi
offset: *icon-offset
state: Passenger
- type: AgentIDCard - type: AgentIDCard
- type: UIRequiresLock - type: UIRequiresLock
- type: ActivatableUI - type: ActivatableUI
@@ -960,7 +951,6 @@
type: ChameleonBoundUserInterface type: ChameleonBoundUserInterface
- type: entity - type: entity
name: passenger ID card
parent: AgentIDCard parent: AgentIDCard
id: NukieAgentIDCard id: NukieAgentIDCard
suffix: Nukie suffix: Nukie

View File

@@ -649,10 +649,8 @@
price: 1500 price: 1500
- type: entity - type: entity
name: pen
suffix: Hypopen suffix: Hypopen
parent: Pen # It is just like normal pen, isn't it? parent: Pen # It is just like normal pen, isn't it?
description: A dark ink pen.
id: Hypopen id: Hypopen
components: components:
- type: SolutionContainerManager - type: SolutionContainerManager