mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fixes harddel causes for various things (#43989)
* hardddel stuff * mech stuff
This commit is contained in:
committed by
oranges
parent
85d93d5c4a
commit
b14ae1dcf6
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user