diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index dc7204c29c..ebf7cf7bf2 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -605,7 +605,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "This scroll contains the secrets of an ancient martial arts technique. You will become proficient in fleeing situations, \ and dodging all ranged weapon fire, but you will refuse to use dishonorable ranged weaponry." item = /obj/item/book/granter/martial/bass - cost = 17 + cost = 18 surplus = 0 exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops)