mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user