This commit is contained in:
LetterJay
2017-02-27 16:29:50 -06:00
17 changed files with 33 additions and 5 deletions
@@ -225,8 +225,9 @@
//CHECK FOR UPDATE
var/oldkey = icon_render_key
var/istaur = 0
if("taur" in dna.species.mutant_bodyparts && dna.features["taur"] != "None")
istaur = 0
if(ishuman(src))
if("taur" in dna.species.mutant_bodyparts && dna.features["taur"] != "None")
istaur = 1
icon_render_key = generate_icon_render_key()
if(oldkey == icon_render_key)
return