diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index e5c098a086f..12ea9001e62 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -635,15 +635,18 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) cost = 6 surplus = 50 +//SKYRAT EDIT REMOVAL BEGIN +/* /datum/uplink_item/stealthy_weapons/romerol_kit name = "Romerol" desc = "A highly experimental bioterror agent which creates dormant nodules to be etched into the grey matter of the brain. \ On death, these nodules take control of the dead body, causing limited revivification, \ along with slurred speech, aggression, and the ability to infect others with this agent." item = /obj/item/storage/box/syndie_kit/romerol - //cost = 25 //ORIGINAL - cost = 45 //SKYRAT EDIT CHANGE + cost = 25 cant_discount = TRUE +*/ +//SKYRAT EDIT REMOVAL END /datum/uplink_item/stealthy_weapons/sleepy_pen name = "Sleepy Pen"