mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Add observer HUD from /tg/, refactor HUDs
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user