mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-05 13:33:27 +01:00
04ba5c1cc9
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
9 lines
299 B
Plaintext
9 lines
299 B
Plaintext
/datum/hud/slime/New(mob/living/simple_animal/slime/owner, ui_style = 'icons/mob/screen_slime.dmi')
|
|
..()
|
|
mymob.healths = new /obj/screen/healths/slime()
|
|
infodisplay += mymob.healths
|
|
|
|
/mob/living/simple_animal/slime/create_mob_hud()
|
|
if(client && !hud_used)
|
|
hud_used = new /datum/hud/slime(src)
|