We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ffc62 commit a8c5ed7Copy full SHA for a8c5ed7
code/modules/mob/living/simple_animal/hostile/mining_mobs.dm
@@ -247,7 +247,7 @@
247
return
248
if(istype(target, /obj/mecha/working/ripley))
249
var/obj/mecha/D = target
250
- if(D.icon_state != "ripley-open")
+ if(D.icon_state != "ripley-open" && D.icon_state != "firefighter-open")
251
to_chat(user, "<span class='info'>You can't add armour onto the mech while someone is inside!</span>")
252
253
var/list/damage_absorption = D.damage_absorption
0 commit comments