[MIRROR] Multi Bugfix (#12824)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-06-19 12:02:42 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 0bfbc28d10
commit 3eabaa37be
22 changed files with 109 additions and 154 deletions
+3 -2
View File
@@ -295,8 +295,9 @@
M.adjust_fire_stacks(-1)
if(M.on_fire)
src.ignite_mob()
M.resting = 0 //Hoist yourself up up off the ground. No para/stunned/weakened removal.
update_canmove()
M.resting = !M.resting
M.AdjustWeakened(-3)
M.update_canmove()
else if(istype(hugger))
hugger.species.hug(hugger,src)
else