fix: certain footprint decals (April Fools Spoiler) (#5571)
fix: motorkind footprint decals
This commit is contained in:
parent
d416e87ca2
commit
6c76406e55
|
|
@ -118,6 +118,26 @@
|
|||
sprite: _EE/Effects/footprints.rsi
|
||||
state: footprint-right-bare-lizard
|
||||
|
||||
- type: decal
|
||||
id: footprint-motorkind-left
|
||||
tags: [ "crayon" ]
|
||||
defaultCleanable: true
|
||||
defaultCustomColor: true
|
||||
defaultSnap: false
|
||||
sprite:
|
||||
sprite: _EE/Effects/footprints.rsi
|
||||
state: footprint-left-bare-motorkind
|
||||
|
||||
- type: decal
|
||||
id: footprint-motorkind-right
|
||||
tags: [ "crayon" ]
|
||||
defaultCleanable: true
|
||||
defaultCustomColor: true
|
||||
defaultSnap: false
|
||||
sprite:
|
||||
sprite: _EE/Effects/footprints.rsi
|
||||
state: footprint-right-bare-motorkind
|
||||
|
||||
- type: decal
|
||||
id: smear-1
|
||||
tags: ["crayon"]
|
||||
|
|
|
|||
|
|
@ -147,8 +147,8 @@
|
|||
sprite: _DV/Mobs/Species/Motorkind/displacement.rsi
|
||||
state: hand_r
|
||||
- type: FootPrints
|
||||
leftBarePrint: "footprint-left-bare-motorkind"
|
||||
rightBarePrint: "footprint-right-bare-motorkind"
|
||||
bareDecalLeft: "footprint-motorkind-left"
|
||||
bareDecalRight: "footprint-motorkind-right"
|
||||
- type: MovementSpeedModifier
|
||||
baseWalkSpeed: 5
|
||||
baseSprintSpeed: 10
|
||||
|
|
|
|||
Loading…
Reference in New Issue