Merge pull request #1120 from Citadel-Station-13/upstream-merge-27458

[MIRROR] Adds webbing
This commit is contained in:
LetterJay
2017-05-23 05:13:38 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -914,8 +914,8 @@ GLOBAL_LIST_EMPTY(uplink_items) // Global list so we only initialize this once.
cost = 3
/datum/uplink_item/device_tools/military_belt
name = "Military Belt"
desc = "A robust seven-slot red belt that is capable of holding all manner of tatical equipment."
name = "Chest Rig"
desc = "A robust seven-slot set of webbing that is capable of holding all manner of tatical equipment."
item = /obj/item/weapon/storage/belt/military
cost = 1
exclude_modes = list(/datum/game_mode/nuclear)