[NO GBP] changes box storage limit to 2 instead of 4 (#68298)

fun ruined
This commit is contained in:
magatsuchi
2022-07-10 21:33:34 -05:00
committed by GitHub
parent 0334438678
commit 8fc0183260
+2 -1
View File
@@ -36,6 +36,7 @@
/obj/item/storage/box/Initialize(mapload)
. = ..()
atom_storage.max_specific_storage = WEIGHT_CLASS_SMALL
update_appearance()
/obj/item/storage/box/suicide_act(mob/living/carbon/user)
@@ -687,7 +688,7 @@
/obj/item/storage/box/snappops/PopulateContents()
for(var/i in 1 to 8)
new /obj/item/toy/snappop(src)
/obj/item/storage/box/matches
name = "matchbox"
desc = "A small box of Almost But Not Quite Plasma Premium Matches."