mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
[MIRROR] Adds the spring trap (#12871)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Guti
Cameron Lennox
parent
549cb4d50f
commit
36aa9bf414
@@ -22,9 +22,9 @@
|
||||
SIGNAL_HANDLER
|
||||
if (QDELETED(our_atom))
|
||||
return
|
||||
//Living owner only. No waddling while downed.
|
||||
//Living owner only. No waddling while downed or being thrown.
|
||||
if(living_owner)
|
||||
if(living_owner.stat != CONSCIOUS || living_owner.resting)
|
||||
if(living_owner.stat != CONSCIOUS || living_owner.resting || living_owner.throwing)
|
||||
return
|
||||
if(waddling)
|
||||
waddle_waddle(our_atom)
|
||||
|
||||
Reference in New Issue
Block a user