Some fixes for Erthilo

This commit is contained in:
SkyMarshal
2012-05-31 18:40:05 -07:00
parent b11d9d494c
commit 5370676e05
5 changed files with 25 additions and 37 deletions
+3 -5
View File
@@ -204,8 +204,7 @@
if(src == M && istype(src, /mob/living/carbon/human))
var/mob/living/carbon/human/H = M
var/list/damaged = H.get_damaged_organs(1,1)
var/list/proper_forms = get_visible_gender()
visible_message("\blue [src] examines [proper_forms["its"]]self.", \
visible_message("\blue [src] examines [get_gender_form("itsself")].", \
"\blue You check yourself for injuries.", \
"You hear a rustle, as someone checks about their person.")
@@ -255,10 +254,9 @@
AdjustStunned(-3)
AdjustWeakened(-3)
playsound(src.loc, 'thudswoosh.ogg', 50, 1, -1)
var/list/proper_forms = get_visible_gender()
M.visible_message( \
"\blue \The [M] shakes \the [src] trying to wake [proper_forms["it"]] up!", \
"\blue You shake \the [src] trying to wake [proper_forms["it"]] up!", \
"\blue \The [M] shakes \the [src] trying to wake [get_gender_form("it")] up!", \
"\blue You shake \the [src] trying to wake [get_gender_form("it")] up!", \
"You hear someone get shaken.")
/mob/living/carbon/proc/eyecheck()