mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Fix slime feeding exploit
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
else
|
||||
icon_state = "[colour] baby slime eat"
|
||||
|
||||
while(Victim && M.health > -70 && stat != 2)
|
||||
while(Victim && M.health > -70 && M.stat != DEAD && stat != DEAD)
|
||||
canmove = 0
|
||||
|
||||
if(Adjacent(M))
|
||||
|
||||
Reference in New Issue
Block a user