Skip to content

Commit

Permalink
Fix more names and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
vaketola committed Jan 19, 2024
1 parent a538ff3 commit 759a401
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 40 deletions.
Original file line number Diff line number Diff line change
@@ -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
- 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
Original file line number Diff line number Diff line change
Expand Up @@ -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"]]
6 changes: 3 additions & 3 deletions Resources/Textures/Structures/Storage/closet.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 759a401

Please sign in to comment.