Update icon fixes

This commit is contained in:
ZomgPonies
2013-11-03 04:07:45 -05:00
parent 667eaed265
commit 8a4ae68fc3
9 changed files with 26 additions and 9 deletions
@@ -1343,9 +1343,7 @@ mob/living/carbon/human/yank_out_object()
if(species.name=="Slime People")
dna.mutantrace = "slime"
if(mutations.len==0)
mutations=species.default_mutations
mutations+=species.default_mutations
spawn(0)
update_icons()
@@ -267,9 +267,6 @@ proc/get_damage_icon_part(damage_state, body_part)
else
temp = part.get_icon()
if(part.status & ORGAN_ROBOT)
temp.GrayScale()
if(part.status & ORGAN_DEAD)
temp.ColorTone(necrosis_color_mod)
temp.SetIntensity(0.7)
@@ -174,6 +174,7 @@
attack_verb = "punch"
path = /mob/living/carbon/human/grey
darksight = 5 // BOOSTED from 2
eyes = "grey_eyes_s"
max_hurt_damage = 3 // From 5 (for humans)
default_mutations=list(mRemotetalk) // TK is also another candidate, but TK is overpowered as fuck.