mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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:
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user