Add observer HUD from /tg/, refactor HUDs

This commit is contained in:
Aronai Sieyes
2020-05-14 16:28:19 -04:00
parent 7f192eba2b
commit 3992b7a50a
14 changed files with 592 additions and 578 deletions

View File

@@ -20,7 +20,7 @@
if(istype(src, /mob/living/carbon/human))
var/mob/living/carbon/human/H = src
H.hud_used = new /datum/hud(H)
H.instantiate_hud(H.hud_used)
H.create_mob_hud(H.hud_used)
return ..()
/mob/living/Destroy()