diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 6f11543f14..4d1dd45516 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -130,10 +130,11 @@ - type: CollectiveMind minds: - Arachnids - - type: FootprintEmitter - leftBareFootState: "footprint-left-bare-spider" - rightBareFootState: "footprint-right-bare-spider" + leftBareFootState: + - "footprint-left-bare-spider" + rightBareFootState: + - "footprint-right-bare-spider" # Sunrise-end - type: entity diff --git a/Resources/Prototypes/Entities/Mobs/Species/diona.yml b/Resources/Prototypes/Entities/Mobs/Species/diona.yml index d94fbbb1ad..148d78a5f0 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/diona.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/diona.yml @@ -115,10 +115,11 @@ - type: CollectiveMind minds: - Dioneas - - type: FootprintEmitter - leftBareFootState: "footprint-left-bare-diona" - rightBareFootState: "footprint-right-bare-diona" + leftBareFootState: + - "footprint-left-bare-diona" + rightBareFootState: + - "footprint-right-bare-diona" # Sunrise-End - type: entity diff --git a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml index f1959ac271..9279493db3 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml @@ -64,11 +64,12 @@ 32: sprite: Mobs/Species/Human/displacement.rsi state: jumpsuit-female - # Sunrise edit ;3 - type: FootprintEmitter - leftBareFootState: "footprint-left-bare-dwarf" - rightBareFootState: "footprint-right-bare-dwarf" + leftBareFootState: + - "footprint-left-bare-dwarf" + rightBareFootState: + - "footprint-right-bare-dwarf" # Sunrise edit end 0_0 - type: entity diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index 5d26754625..5626f2caeb 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -78,8 +78,10 @@ - AnomalyHost - NoInjectable - type: FootprintEmitter - leftBareFootState: "footprint-left-bare-lizard" - rightBareFootState: "footprint-right-bare-lizard" + leftBareFootState: + - "footprint-left-bare-lizard" + rightBareFootState: + - "footprint-right-bare-lizard" #Sunrise-end - type: Inventory speciesId: reptilian diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index 25a188ce7b..9b64cba334 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -121,8 +121,10 @@ state: jumpsuit-female # Sunrise edit OwO - type: FootprintEmitter - leftBareFootState: "footprint-left-bare-slime" - rightBareFootState: "footprint-right-bare-slime" + leftBareFootState: + - "footprint-left-bare-slime" + rightBareFootState: + - "footprint-right-bare-slime" # Sunrise edit end. - type: entity diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index 829b0e2b34..0e1555e095 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -112,8 +112,10 @@ visible: false # Sunrise ed! - type: FootprintEmitter - leftBareFootState: "footprint-left-bare-lizard" - rightBareFootState: "footprint-right-bare-lizard" + leftBareFootState: + - "footprint-left-bare-lizard" + rightBareFootState: + - "footprint-right-bare-lizard" # Sunrise edit end. - type: Inventory speciesId: vox