Skip to content

Commit a8c5ed7

Browse files
committed
Added to upgrade FireFighters with goliath plates
Same with RIPLEY APLU, being able to upgrade it to improve its armor
1 parent b9ffc62 commit a8c5ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/mob/living/simple_animal/hostile/mining_mobs.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
return
248248
if(istype(target, /obj/mecha/working/ripley))
249249
var/obj/mecha/D = target
250-
if(D.icon_state != "ripley-open")
250+
if(D.icon_state != "ripley-open" && D.icon_state != "firefighter-open")
251251
to_chat(user, "<span class='info'>You can't add armour onto the mech while someone is inside!</span>")
252252
return
253253
var/list/damage_absorption = D.damage_absorption

0 commit comments

Comments
 (0)