Update code/datums/components/armor_plate.dm

This commit is contained in:
SandPoot
2022-03-16 18:06:25 -03:00
committed by GitHub
parent fdb6413d23
commit 25bcad7be8
+1 -1
View File
@@ -85,6 +85,6 @@
var/overlay_string = "ripley-g"
if(amount >= 3)
overlay_string += "-full"
if(LAZYLEN(mech.occupants))
if(LAZYLEN(mech.occupants) < 1)
overlay_string += "-open"
overlays += overlay_string