a bunch of async and waitfor

This commit is contained in:
Putnam3145
2021-07-25 19:51:27 -07:00
parent cd2a710a23
commit 95d2adb996
6 changed files with 9 additions and 3 deletions
@@ -173,4 +173,4 @@
if(prob(10))
var/obj/item/clothing/head/helmet/justice/escape/helmet = new(src)
equip_to_slot_or_del(helmet,SLOT_HEAD)
helmet.attack_self(src) // todo encapsulate toggle
INVOKE_ASYNC(helmet, /obj/item.proc/attack_self, src) // todo encapsulate toggle