Merge pull request #8456 from Trilbyspaceclone/patch-151

suppressors now only cost 1 tc
This commit is contained in:
kevinz000
2019-05-27 03:27:22 -07:00
committed by GitHub
+1 -1
View File
@@ -776,7 +776,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
desc = "Fitted for use on any small caliber weapon with a threaded barrel, this suppressor will silence the \
shots of the weapon for increased stealth and superior ambushing capability."
item = /obj/item/suppressor
cost = 3
cost = 1
surplus = 10
exclude_modes = list(/datum/game_mode/nuclear/clown_ops)