Merge branch 'bleeding-edge-freeze' of https://github.com/Baystation12/Baystation12 into bleeding-edge-freeze

This commit is contained in:
RavingManiac
2013-03-06 14:43:09 +08:00
+2 -1
View File
@@ -173,7 +173,8 @@
if(target.cores >= 0)
new target.coretype(target.loc)
if(target.cores <= 0)
target.icon_state = "baby roro dead-nocore"
var/origstate = initial(target.icon_state)
target.icon_state = "[origstate] dead-nocore"
fail_step(mob/living/user, mob/living/carbon/slime/target, target_zone, obj/item/tool)