Skip to content

Commit

Permalink
fix (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThereDrD0 authored Dec 28, 2024
1 parent 9eadb62 commit 4b9524f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
7 changes: 4 additions & 3 deletions Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions Resources/Prototypes/Entities/Mobs/Species/diona.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions Resources/Prototypes/Entities/Mobs/Species/dwarf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/slime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions Resources/Prototypes/Entities/Mobs/Species/vox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b9524f

Please sign in to comment.