]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
yaml cleanups (id, hypopen, inflatable wall) (#41432)
authorlzk <124214523+lzk228@users.noreply.github.com>
Sat, 15 Nov 2025 11:43:20 +0000 (12:43 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Nov 2025 11:43:20 +0000 (11:43 +0000)
* cleanups

* yes i can

Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/hypospray.yml
Resources/Prototypes/Entities/Structures/Walls/inflatable_wall.yml [moved from Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml with 100% similarity]

index b4c403c2133ff21973ddf60d31390def4c6bc666..2ecf7be55de57e77b0e185f88d5bf80e093776ad 100644 (file)
 #Antags
 
 - type: entity
-  name: passenger ID card
-  parent: [IDCardStandard, BaseChameleon]
+  parent: [PassengerIDCard, BaseChameleon]
   id: AgentIDCard
   suffix: Agent
   components:
-  - type: PresetIdCard
-    job: Passenger
   - type: Access
     tags:
     - Maintenance
     - SyndicateAgent
-  - type: Sprite
-    layers:
-    - state: default
-    - sprite: *icon-rsi
-      offset: *icon-offset
-      state: Passenger
   - type: AgentIDCard
   - type: UIRequiresLock
   - type: ActivatableUI
         type: ChameleonBoundUserInterface
 
 - type: entity
-  name: passenger ID card
   parent: AgentIDCard
   id: NukieAgentIDCard
   suffix: Nukie
index 17909d67690f838a472448cec42036aba17d5d80..7137cbaa649e19fc8b51fa657b07817e2a15cd71 100644 (file)
     price: 1500
 
 - type: entity
-  name: pen
   suffix: Hypopen
   parent: Pen # It is just like normal pen, isn't it?
-  description: A dark ink pen.
   id: Hypopen
   components:
   - type: SolutionContainerManager