mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
Merge pull request #11063 from Verkister/patch-70
Fixes corpses spamming empty ghosts
This commit is contained in:
committed by
Chompstation Bot
parent
b246cfd374
commit
dc83d28b20
@@ -169,6 +169,7 @@
|
||||
|
||||
// If dead and we try to move in our mob, it leaves our body
|
||||
if(my_mob.stat == DEAD && isliving(my_mob) && !my_mob.forbid_seeing_deadchat)
|
||||
my_mob.setMoveCooldown(my_mob.movement_delay(n, direct))
|
||||
my_mob.ghostize()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user