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:
Guti
2026-07-03 04:37:11 +02:00
committed by GitHub
parent a8de454e03
commit cf14d3206d
6 changed files with 146 additions and 2 deletions
+2 -2
View File
@@ -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)