From 1979dcd23133743dbc7b1535348765031a2c3968 Mon Sep 17 00:00:00 2001 From: shellspeed1 <46614774+shellspeed1@users.noreply.github.com> Date: Sat, 23 Jan 2021 01:30:50 -0800 Subject: [PATCH] Update uplink_stealth.dm --- code/modules/uplink/uplink_items/uplink_stealth.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/uplink/uplink_items/uplink_stealth.dm b/code/modules/uplink/uplink_items/uplink_stealth.dm index 18a7707a88..da1d13119d 100644 --- a/code/modules/uplink/uplink_items/uplink_stealth.dm +++ b/code/modules/uplink/uplink_items/uplink_stealth.dm @@ -102,6 +102,7 @@ along with slurred speech, aggression, and the ability to infect others with this agent." item = /obj/item/storage/box/syndie_kit/romerol cost = 25 + player_minimum = 30 cant_discount = TRUE exclude_modes = list(/datum/game_mode/nuclear)