mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Resprites top 4 ugliest things on station (#20890)
* floodlight * pos register * linebin * gameboard * little fix 1 * fix 2 * fix 3 * fix 5 * Update code/game/objects/structures/bedsheet_bin.dm --------- Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
@@ -288,12 +288,13 @@ LINEN BINS
|
||||
switch(amount)
|
||||
if(0)
|
||||
icon_state = "linenbin-empty"
|
||||
if(1 to 10)
|
||||
if(1 to 6)
|
||||
icon_state = "linenbin-few"
|
||||
if(7 to 15)
|
||||
icon_state = "linenbin-half"
|
||||
else
|
||||
icon_state = "linenbin-full"
|
||||
|
||||
|
||||
/obj/structure/bedsheetbin/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume, global_overlay = TRUE)
|
||||
if(amount)
|
||||
amount = 0
|
||||
|
||||
Reference in New Issue
Block a user