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:
McRamon
2023-04-22 11:32:41 +03:00
committed by GitHub
parent 748d5f91c2
commit 8a1736a9f4
5 changed files with 3 additions and 2 deletions
+3 -2
View File
@@ -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