Merge pull request #8452 from Trilbyspaceclone/patch-147

Makes mulligan cost only 3
This commit is contained in:
kevinz000
2019-05-31 17:50:59 -07:00
committed by GitHub
+1 -1
View File
@@ -894,7 +894,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
desc = "Screwed up and have security on your tail? This handy syringe will give you a completely new identity \
and appearance."
item = /obj/item/reagent_containers/syringe/mulligan
cost = 4
cost = 3
surplus = 30
exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)