From 759a401118391bc57426016e4fa17e0b2087a73b Mon Sep 17 00:00:00 2001 From: Finket Date: Fri, 19 Jan 2024 20:49:52 +0200 Subject: [PATCH] Fix more names and spacing --- .../Structures/Machines/cryo_sleep_pod.yml | 54 +++++++++--------- .../Entities/Structures/Storage/lockers.yml | 20 +++---- .../closed.png | Bin .../meta.json | 0 .../{lostandfound.png => lost_and_found.png} | Bin ...found_door.png => lost_and_found_door.png} | Bin ...found_open.png => lost_and_found_open.png} | Bin .../Structures/Storage/closet.rsi/meta.json | 6 +- 8 files changed, 40 insertions(+), 40 deletions(-) rename Resources/Textures/CosmaticDrift/Structures/{cryosleeppod.rsi => cryosleep_pod.rsi}/closed.png (100%) rename Resources/Textures/CosmaticDrift/Structures/{cryosleeppod.rsi => cryosleep_pod.rsi}/meta.json (100%) rename Resources/Textures/Structures/Storage/closet.rsi/{lostandfound.png => lost_and_found.png} (100%) rename Resources/Textures/Structures/Storage/closet.rsi/{lostandfound_door.png => lost_and_found_door.png} (100%) rename Resources/Textures/Structures/Storage/closet.rsi/{lostandfound_open.png => lost_and_found_open.png} (100%) diff --git a/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml b/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml index c6da5d737c..d5233c86cd 100644 --- a/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml +++ b/Resources/Prototypes/CosmaticDrift/Entities/Structures/Machines/cryo_sleep_pod.yml @@ -1,31 +1,31 @@ - type: entity id: MachineCryoSleepPod parent: BaseMachine - name: cryo sleep chamber - description: Perfect for a 10,000 year nap. + name: cryosleep chamber + description: Perfect for having a 10,000 year nap. components: - - type: Sprite - sprite: CosmaticDrift/Structures/cryosleeppod.rsi - drawdepth: Mobs - layers: - - state: closed - - type: InteractionOutline - - type: Anchorable - delay: 999999 - - type: Physics - bodyType: Static - - type: MaterialStorage - - type: Appearance - - type: CryoSleep - - type: Climbable - - type: Transform - noRot: false - - type: ContainerContainer - containers: - body_container: - !type:ContainerSlot - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 0 \ No newline at end of file + - type: Sprite + sprite: CosmaticDrift/Structures/cryosleep_pod.rsi + drawdepth: Mobs + layers: + - state: closed + - type: InteractionOutline + - type: Anchorable + delay: 999999 + - type: Physics + bodyType: Static + - type: MaterialStorage + - type: Appearance + - type: CryoSleep + - type: Climbable + - type: Transform + noRot: false + - type: ContainerContainer + containers: + body_container: + !type:ContainerSlot + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 0 diff --git a/Resources/Prototypes/CosmaticDrift/Entities/Structures/Storage/lockers.yml b/Resources/Prototypes/CosmaticDrift/Entities/Structures/Storage/lockers.yml index 0fb794f415..5080194ab9 100644 --- a/Resources/Prototypes/CosmaticDrift/Entities/Structures/Storage/lockers.yml +++ b/Resources/Prototypes/CosmaticDrift/Entities/Structures/Storage/lockers.yml @@ -3,13 +3,13 @@ id: LockerLostAndFound name: lost and found locker components: - - type: LostAndFound - - type: EntityStorage - capacity: 999 # Supposed to fit a lot. - - type: Appearance - - type: EntityStorageVisuals - stateBaseClosed: lostandfound - stateDoorOpen: lostandfound_open - stateDoorClosed: lostandfound_door - - type: AccessReader - access: [["HeadOfPersonnel"]] + - type: LostAndFound + - type: EntityStorage + capacity: 999 # Supposed to fit a lot. + - type: Appearance + - type: EntityStorageVisuals + stateBaseClosed: lost_and_found + stateDoorOpen: lost_and_found_open + stateDoorClosed: lost_and_found_door + - type: AccessReader + access: [["HeadOfPersonnel"]] diff --git a/Resources/Textures/CosmaticDrift/Structures/cryosleeppod.rsi/closed.png b/Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/closed.png similarity index 100% rename from Resources/Textures/CosmaticDrift/Structures/cryosleeppod.rsi/closed.png rename to Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/closed.png diff --git a/Resources/Textures/CosmaticDrift/Structures/cryosleeppod.rsi/meta.json b/Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/meta.json similarity index 100% rename from Resources/Textures/CosmaticDrift/Structures/cryosleeppod.rsi/meta.json rename to Resources/Textures/CosmaticDrift/Structures/cryosleep_pod.rsi/meta.json diff --git a/Resources/Textures/Structures/Storage/closet.rsi/lostandfound.png b/Resources/Textures/Structures/Storage/closet.rsi/lost_and_found.png similarity index 100% rename from Resources/Textures/Structures/Storage/closet.rsi/lostandfound.png rename to Resources/Textures/Structures/Storage/closet.rsi/lost_and_found.png diff --git a/Resources/Textures/Structures/Storage/closet.rsi/lostandfound_door.png b/Resources/Textures/Structures/Storage/closet.rsi/lost_and_found_door.png similarity index 100% rename from Resources/Textures/Structures/Storage/closet.rsi/lostandfound_door.png rename to Resources/Textures/Structures/Storage/closet.rsi/lost_and_found_door.png diff --git a/Resources/Textures/Structures/Storage/closet.rsi/lostandfound_open.png b/Resources/Textures/Structures/Storage/closet.rsi/lost_and_found_open.png similarity index 100% rename from Resources/Textures/Structures/Storage/closet.rsi/lostandfound_open.png rename to Resources/Textures/Structures/Storage/closet.rsi/lost_and_found_open.png diff --git a/Resources/Textures/Structures/Storage/closet.rsi/meta.json b/Resources/Textures/Structures/Storage/closet.rsi/meta.json index d530ff1090..e96928554a 100644 --- a/Resources/Textures/Structures/Storage/closet.rsi/meta.json +++ b/Resources/Textures/Structures/Storage/closet.rsi/meta.json @@ -363,13 +363,13 @@ "name": "locked" }, { - "name": "lostandfound" + "name": "lost_and_found" }, { - "name": "lostandfound_door" + "name": "lost_and_found_door" }, { - "name": "lostandfound_open" + "name": "lost_and_found_open" }, { "name": "med"