This commit is contained in:
Techhead0
2016-01-16 13:32:36 -05:00
parent bd9ae18d63
commit 8ef7336a2c
@@ -6,6 +6,7 @@
item_state = "utility"
storage_slots = 7
max_w_class = 3
max_storage_space = 28
slot_flags = SLOT_BELT
attack_verb = list("whipped", "lashed", "disciplined")
sprite_sheets = list("Resomi" = 'icons/mob/species/resomi/belt.dmi')
@@ -114,8 +115,6 @@
desc = "Can hold security gear like handcuffs and flashes."
icon_state = "securitybelt"
item_state = "security"
max_w_class = 3
max_storage_space = 28
can_hold = list(
/obj/item/weapon/grenade,
/obj/item/weapon/reagent_containers/spray/pepper,
@@ -175,5 +174,3 @@
icon_state = "swatbelt"
item_state = "swatbelt"
storage_slots = 9
max_w_class = 3
max_storage_space = 28