From 4d23dd56b8577aef6bb165cac2e55e34e5dcfec7 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Wed, 4 Oct 2017 17:29:19 -0400 Subject: [PATCH] Sets KEEP_TOGETHER appearance_flag for humans, energy draining text updated to DisplayPower (#31150) * Hides ninja socks, draining updated to DisplayPower * CB * KEEP_TOGETHER --- code/modules/mob/living/carbon/human/human.dm | 1 + code/modules/ninja/suit/gloves.dm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 70a5f5225c..63b84b9cf3 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -4,6 +4,7 @@ voice_name = "Unknown" icon = 'icons/mob/human.dmi' icon_state = "caucasian_m" + appearance_flags = KEEP_TOGETHER|TILE_BOUND|PIXEL_SCALE /mob/living/carbon/human/Initialize() verbs += /mob/living/proc/mob_sleep diff --git a/code/modules/ninja/suit/gloves.dm b/code/modules/ninja/suit/gloves.dm index 62b8cee415..8eaaa40097 100644 --- a/code/modules/ninja/suit/gloves.dm +++ b/code/modules/ninja/suit/gloves.dm @@ -63,7 +63,7 @@ if(isnum(.)) //Numerical values of drained handle their feedback here, Alpha values handle it themselves (Research hacking) if(.) - to_chat(H, "Gained [.] energy from \the [A].") + to_chat(H, "Gained [DisplayPower(.)] of energy from [A].") else to_chat(H, "\The [A] has run dry of power, you must find another source!") else