mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
/datum/hud/slime
|
|
ui_style = 'icons/mob/screen_slime.dmi'
|
|
|
|
/datum/hud/slime/New(mob/living/simple_animal/slime/owner)
|
|
..()
|
|
healths = new /obj/screen/healths/slime()
|
|
infodisplay += healths
|