mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Merge pull request #2487 from nan0desu/to-upstream
Dead coreless slime still have roro icon state
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user