fix (#952)
This commit is contained in:
parent
9eadb62123
commit
4b9524f425
6 changed files with 24 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue