thank you dreamchecker

This commit is contained in:
Ghommie
2020-02-27 01:47:18 +01:00
parent fc76cd9a9b
commit b5f472c6dd
+2
View File
@@ -284,6 +284,7 @@
STR.can_hold = typecacheof(list(/obj/item/rollingpaper))
/obj/item/storage/fancy/rollingpapers/update_overlays()
. = ..()
if(!contents.len)
. += "[icon_state]_empty"
@@ -313,6 +314,7 @@
icon_state = "[initial(icon_state)]"
/obj/item/storage/fancy/cigarettes/cigars/update_overlays()
. = ..()
if(!fancy_open)
return
var/cigar_position = 0 //to keep track of the pixel_x offset of each new overlay.