Slime corpses no longer rot or produce miasma (#12016)
This commit is contained in:
parent
a2a895de4e
commit
d1fe243b3e
|
|
@ -285,7 +285,6 @@
|
|||
- type: MobPrice
|
||||
price: 1500 # Kidnapping a living person and selling them for cred is a good move.
|
||||
deathPenalty: 0.01 # However they really ought to be living and intact, otherwise they're worth 100x less.
|
||||
- type: Perishable
|
||||
|
||||
- type: entity
|
||||
save: false
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
components:
|
||||
- type: Hunger
|
||||
- type: Thirst
|
||||
- type: Perishable
|
||||
|
||||
- type: entity
|
||||
name: Urist McHands
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
- type: MovementSpeedModifier
|
||||
baseWalkSpeed : 2.7
|
||||
baseSprintSpeed : 4.5
|
||||
- type: Perishable
|
||||
|
||||
- type: entity
|
||||
save: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue