Part 3 - the missing stuff

This commit is contained in:
keronshb
2021-05-19 19:19:35 -04:00
parent b19fb1cfa8
commit 1d843cc72f
4 changed files with 18 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/datum/hud/living/simple_animal
ui_style = 'icons/mob/screen_gen.dmi'
/datum/hud/living/simple_animal/New(mob/living/owner)
..()
pull_icon = new /obj/screen/pull()
pull_icon.icon = ui_style
pull_icon.update_icon()
pull_icon.screen_loc = ui_living_pull
pull_icon.hud = src
static_inventory += pull_icon
//mob health doll! assumes whatever sprite the mob is
healthdoll = new /obj/screen/healthdoll/living()
healthdoll.hud = src
infodisplay += healthdoll
+1
View File
@@ -542,6 +542,7 @@
update_stat()
med_hud_set_health()
med_hud_set_status()
update_health_hud()
/mob/living/update_health_hud()
var/severity = 0
@@ -7,6 +7,7 @@
///How much blud it has for bloodsucking
blood_volume = 550
rad_flags = RAD_NO_CONTAMINATE
hud_type = /datum/hud/living/simple_animal
status_flags = CANPUSH