EMERGENCY FIX

I FORGOT TO FIX THE DEFINES! D:
This commit is contained in:
ReoDaProtovali
2024-09-11 13:20:29 -05:00
parent e3181d3893
commit 693631004f
26 changed files with 38 additions and 65 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
. = ..()
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
STR.max_items = 4
STR.cant_hold = typecacheof(list(/obj/item/screwdriver/power))
STR.cant_hold = typecacheof(list(/obj/item/handdrill))
STR.can_hold = typecacheof(list(
/obj/item/stack/spacecash,
/obj/item/card,