Belts are now Bulky and do not fit in bags. (#66927)

* Belts are bulky and therefore do not fit in bags, solely the belt slot.
This commit is contained in:
Iamgoofball
2022-05-27 12:39:46 -04:00
committed by GitHub
parent da27b97558
commit 41bd09148c
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
attack_verb_simple = list("whip", "lash", "discipline")
max_integrity = 300
equip_sound = 'sound/items/equip/toolbelt_equip.ogg'
w_class = WEIGHT_CLASS_BULKY
var/content_overlays = FALSE //If this is true, the belt will gain overlays based on what it's holding
/obj/item/storage/belt/suicide_act(mob/living/carbon/user)
-1
View File
@@ -96,7 +96,6 @@
l_hand = /obj/item/gun/energy/pulse/carbine/loyalpin
backpack_contents = list(
/obj/item/melee/baton/security/loaded = 1,
/obj/item/storage/belt/security/full = 1,
/obj/item/storage/box/handcuffs = 1,
/obj/item/storage/box/survival/engineer = 1,
)