Fix for security belts not holding all seven items if the total combined w_class of the items is over 14. They should now be able to hold seven of any items that fit in them.

This commit is contained in:
MagmaRam
2013-06-05 20:14:11 +07:00
parent db07fd16fd
commit ae697179c9
@@ -107,6 +107,7 @@
item_state = "security"//Could likely use a better one.
storage_slots = 7
max_w_class = 3
max_combined_w_class = 21
can_hold = list(
"/obj/item/weapon/grenade/flashbang",
"/obj/item/weapon/reagent_containers/spray/pepper",