Merge pull request #15892 from SandPoot/let's-sing-the-reference-clearing-song

Solves some harddels
This commit is contained in:
Lin
2022-12-12 19:11:49 -07:00
committed by GitHub
41 changed files with 375 additions and 213 deletions
+1
View File
@@ -35,6 +35,7 @@
GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell)) //needed for the badmin verb for now
/obj/effect/proc_holder/Destroy()
QDEL_NULL(action)
if(ranged_ability_user)
remove_ranged_ability()
return ..()