Merge pull request #20292 from pubby/belt

Tweak military belt TC cost from 3 -> 1
This commit is contained in:
Cheridan
2016-09-04 07:08:16 -05:00
committed by GitHub
+1 -1
View File
@@ -799,7 +799,7 @@ var/list/uplink_items = list() // Global list so we only initialize this once.
name = "Military Belt"
desc = "A robust seven-slot red belt that is capable of holding all manner of tatical equipment."
item = /obj/item/weapon/storage/belt/military
cost = 3
cost = 1
exclude_modes = list(/datum/game_mode/nuclear)
/datum/uplink_item/device_tools/medkit