This commit is contained in:
LetterJay
2017-05-02 11:19:14 -05:00
parent c62fc3886a
commit 6310292531
33 changed files with 0 additions and 1838 deletions
-25
View File
@@ -1,25 +0,0 @@
diff a/code/_onclick/hud/constructs.dm b/code/_onclick/hud/constructs.dm (rejected hunks)
@@ -1,18 +1,18 @@
/datum/hud/constructs
ui_style_icon = 'icons/mob/screen_construct.dmi'
-
+
/datum/hud/constructs/New(mob/owner)
..()
pull_icon = new /obj/screen/pull()
- pull_icon.icon = ui_style_icon
+ pull_icon.icon = 'icons/mob/screen_construct.dmi'
pull_icon.update_icon(mymob)
- pull_icon.screen_loc = ui_pull_resist
+ pull_icon.screen_loc = ui_construct_pull
static_inventory += pull_icon
-
+
healths = new /obj/screen/healths/construct()
infodisplay += healths
-
+
/mob/living/simple_animal/hostile/construct/create_mob_hud()
if(client && !hud_used)
hud_used = new /datum/hud/constructs(src)