Fixes harddel causes for various things (#43989)

* hardddel stuff

* mech stuff
This commit is contained in:
vuonojenmustaturska
2019-05-17 08:46:50 +12:00
committed by oranges
parent 85d93d5c4a
commit b14ae1dcf6
3 changed files with 13 additions and 0 deletions
+2
View File
@@ -35,6 +35,8 @@
GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for the badmin verb for now
/obj/effect/proc_holder/Destroy()
if (action)
qdel(action)
if(ranged_ability_user)
remove_ranged_ability()
return ..()