We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc17d2 commit ee72a94Copy full SHA for ee72a94
mojave/icons/structure/storage.dmi
-561 Bytes
mojave/structures/storage/lockers.dm
@@ -39,14 +39,7 @@
39
/obj/structure/closet/ms13/fridge/ter
40
icon_state = "fridge3"
41
42
-/obj/structure/closet/ms13/fridge/qua
43
- icon_state = "fridge4"
44
- pixel_x = 2
45
-
46
/obj/structure/closet/ms13/fridge/random/Initialize()
47
. = ..()
48
- icon_state = "fridge[rand(1, 4)]"
49
- // Fridge 4 sprite has a 2 pixel offset to fit in 32x32
50
- if(icon_state == "fridge4")
51
+ icon_state = "fridge[rand(1, 3)]"
52
update_icon()
0 commit comments