mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Fixes bedsheet bin update_icon() not working (#17486)
This commit is contained in:
@@ -263,7 +263,7 @@ LINEN BINS
|
||||
switch(amount)
|
||||
if(0)
|
||||
icon_state = "linenbin-empty"
|
||||
if(1 to amount / 2)
|
||||
if(1 to 10)
|
||||
icon_state = "linenbin-half"
|
||||
else
|
||||
icon_state = "linenbin-full"
|
||||
|
||||
Reference in New Issue
Block a user