mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Adds the spring trap (#19563)
* Spring trap * spring sproing * waddlefix * Spring trap kit icon * Delete this Co-authored-by: Cameron Lennox <killer65311@gmail.com> --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -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