Merge pull request #1704 from Citadel-Station-13/upstream-merge-28612

[MIRROR] Fixes grenade belt and bandolier UI obscuring half the screen
This commit is contained in:
LetterJay
2017-06-20 20:17:53 -05:00
committed by GitHub
@@ -289,7 +289,9 @@
icon_state = "grenadebeltnew"
item_state = "security"
max_w_class = WEIGHT_CLASS_BULKY
display_contents_with_number = TRUE
storage_slots = 30
max_combined_w_class = 60 //needs to be this high
can_hold = list(
/obj/item/weapon/grenade,
/obj/item/weapon/screwdriver,
@@ -374,6 +376,7 @@
icon_state = "bandolier"
item_state = "bandolier"
storage_slots = 18
display_contents_with_number = TRUE
can_hold = list(
/obj/item/ammo_casing/shotgun
)