fixes runtime (#245)
This commit is contained in:
@@ -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 = 1
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user