TG overlay subsystem (#8147)

Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
Cadyn
2024-04-06 09:58:45 +02:00
committed by GitHub
co-authored by Raeschen
parent 6816b41d96
commit d278ce4fb0
36 changed files with 379 additions and 95 deletions
@@ -422,7 +422,7 @@
charge_amount = 100
var/mob/living/carbon/human/charger
/obj/item/weapon/cell/protean/New()
/obj/item/weapon/cell/protean/Initialize() //ChompEDIT New --> Initialize
charge = maxcharge
update_icon()
addtimer(CALLBACK(src, PROC_REF(search_for_protean)), 60)