[MIRROR] Webedit fixing the logic of a statement about mecha armor plate overlays (#1577)

* Webedit fixing the logic of a statement about mecha armor plate overlays (#54784)

* Webedit fixing the logic of a statement about mecha armor plate overlays

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-11-06 00:43:31 +00:00
committed by GitHub
co-authored by Ghom
parent eda48d6c48
commit 2b4ee6f0a7
+1 -1
View File
@@ -92,6 +92,6 @@
var/overlay_string = "ripley-g"
if(amount >= 3)
overlay_string += "-full"
if(LAZYLEN(mech.occupants))
if(!LAZYLEN(mech.occupants))
overlay_string += "-open"
overlays += overlay_string