there's too many errors caused by these two

This commit is contained in:
Putnam3145
2021-07-25 19:36:23 -07:00
parent 23bf72c29f
commit cd2a710a23
2 changed files with 2 additions and 1 deletions
@@ -33,7 +33,7 @@
/mob/living/simple_animal/bot/secbot/grievous/Initialize()
. = ..()
weapon = new baton_type(src)
weapon.attack_self(src)
INVOKE_ASYNC(weapon, /obj/item.proc/attack_self, src)
/mob/living/simple_animal/bot/secbot/grievous/Destroy()
QDEL_NULL(weapon)