Added Vox and Kidan as unlockable Karma species

This commit is contained in:
ZomgPonies
2013-10-04 02:57:42 -04:00
parent ace911405c
commit aa79d1323b
37 changed files with 345 additions and 126 deletions
+6 -6
View File
@@ -244,19 +244,19 @@
if(H.head)
if(H.head.clean_blood())
H.update_inv_head(0)
H.update_inv_head(0,0)
if(H.wear_suit)
if(H.wear_suit.clean_blood())
H.update_inv_wear_suit(0)
H.update_inv_wear_suit(0,0)
else if(H.w_uniform)
if(H.w_uniform.clean_blood())
H.update_inv_w_uniform(0)
H.update_inv_w_uniform(0,0)
if(H.gloves && washgloves)
if(H.gloves.clean_blood())
H.update_inv_gloves(0)
H.update_inv_gloves(0,0)
if(H.shoes && washshoes)
if(H.shoes.clean_blood())
H.update_inv_shoes(0)
H.update_inv_shoes(0,0)
if(H.wear_mask && washmask)
if(H.wear_mask.clean_blood())
H.update_inv_wear_mask(0)
@@ -343,7 +343,7 @@
M.clean_blood()
if(ishuman(M))
M:update_inv_gloves()
M:update_inv_gloves(0,0)
for(var/mob/V in viewers(src, null))
V.show_message("\blue [M] washes their hands using \the [src].")