Skip to content

Commit

Permalink
Fix issues flagged by yaml linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel McBride committed Sep 5, 2024
1 parent 918d570 commit b1743af
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 28 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -283,5 +283,6 @@ flavor-complex-bottledlightning = like lightning in a bottle
flavor-complex-punishment = like punishment
flavor-complex-crud = like crud
flavor-complex-snotty = like snot
flavor-complex-speed = like speed
flavor-weh = like weh
flavour-stardust = like stardust
1 change: 1 addition & 0 deletions Resources/Locale/en-US/metabolism/metabolizer-types.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ metabolizer-type-plant = Plant
metabolizer-type-dwarf = Dwarf
metabolizer-type-moth = Moth
metabolizer-type-arachnid = Arachnid
metabolizer-type-snail = Snail
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Effects/puddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
suffix: Mucin
components:
- type: TimedDespawn
Lifetime: 5
lifetime: 5
- type: EvaporationSparkle
- type: SolutionContainerManager
solutions:
Expand Down
46 changes: 23 additions & 23 deletions Resources/Prototypes/Entities/Markers/Spawners/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,29 +296,29 @@
- sprite: Mobs/Silicon/chassis.rsi
state: robot_e

- type: entity
id: SpawnPointVIP
parent: SpawnPointJobBase
name: vip
components:
- type: SpawnPoint
job_id: VIP
- type: Sprite
layers:
- state: green
- state: vip

- type: entity
id: SpawnPointGuestServices
parent: SpawnPointJobBase
name: guest services
components:
- type: SpawnPoint
job_id: Guest Services
- type: Sprite
layers:
- state: green
- state: guestservices
# - type: entity
# id: SpawnPointVIP
# parent: SpawnPointJobBase
# name: vip
# components:
# - type: SpawnPoint
# job_id: VIP
# - type: Sprite
# layers:
# - state: green
# - state: vip

# - type: entity
# id: SpawnPointGuestServices
# parent: SpawnPointJobBase
# name: guest services
# components:
# - type: SpawnPoint
# job_id: GuestServices
# - type: Sprite
# layers:
# - state: green
# - state: guestservices

# Command

Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Markers/Spawners/mobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@
components:
- type: Sprite
layers:
- state: Blue
- state: blue
- sprite: Mobs/Animals/bros.rsi
state: bros
- type: ClusterSpawner
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/Entities/Mobs/Species/snail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
grid:
- 0,0,7,7
maxItemSize: Huge
storageInsertSound:
path: /Audio/Voice/Slime/slime_squish.ogg
- type: StorageFill
contents:
- id: BoxSurvival
amount: 1
storageInsertSound:
path: /Audio/Voice/Slime/slime_squish.ogg
- type: ContainerContainer
containers:
storagebase: !type:Container
Expand All @@ -70,7 +70,7 @@
butcheringType: Spike
spawned:
- id: FoodMeatSlime
ammount: 1
amount: 1
- id: SeashellInstrument
amount: 1
- type: Fixtures
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1173,3 +1173,8 @@
id: snotty
flavorType: Complex
description: flavor-complex-snotty

- type: flavor
id: speed
flavorType: Complex
description: flavor-complex-speed

0 comments on commit b1743af

Please sign in to comment.