mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Fix invisible rolling paper pack (#26419)
This commit is contained in:
@@ -370,6 +370,9 @@
|
||||
icon_type = "rolling paper"
|
||||
can_hold = list(/obj/item/rollingpaper)
|
||||
|
||||
/obj/item/storage/fancy/rollingpapers/update_icon_state()
|
||||
return
|
||||
|
||||
/obj/item/storage/fancy/rollingpapers/populate_contents()
|
||||
for(var/I in 1 to storage_slots)
|
||||
new /obj/item/rollingpaper(src)
|
||||
|
||||
Reference in New Issue
Block a user