Implemented feedback
I'll stick with disabling it entirely on nuke ops, until I see a bit how well this item performs. Possible solutions: Make a variant for nuke ops that has a different cost or just leaving it disabled for them.
This commit is contained in:
@@ -829,7 +829,9 @@ var/list/uplink_items = list() // Global list so we only initialize this once.
|
||||
to assist their host."
|
||||
item = /obj/item/weapon/antag_spawner/syndi_borer
|
||||
refundable = TRUE
|
||||
cost = 5
|
||||
cost = 10
|
||||
surplus = 20 //Let's not have this be too common
|
||||
exclude_modes = list(/datum/game_mode/nuclear)
|
||||
|
||||
//Space Suits and Hardsuits
|
||||
/datum/uplink_item/suits
|
||||
|
||||
Reference in New Issue
Block a user