From c518497e80cdba8d733192809698f583227316fc Mon Sep 17 00:00:00 2001 From: Armhulen Date: Sat, 14 Oct 2017 13:18:41 -0700 Subject: [PATCH] readds guardians to the uplink (#31616) * LOL! LMAO! ROFLMAO! * 12 + 18 = ?? * gang in [current_year] * ok! --- code/modules/uplink/uplink_item.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index c4516d33f7..4cf6700544 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -368,6 +368,15 @@ GLOBAL_LIST_EMPTY(uplink_items) // Global list so we only initialize this once. cost = 12 surplus = 35 include_modes = list(/datum/game_mode/nuclear) + +/datum/uplink_item/dangerous/guardian + name = "Holoparasites" + desc = "Though capable of near sorcerous feats via use of hardlight holograms and nanomachines, they require an \ + organic host as a home base and source of fuel." + item = /obj/item/storage/box/syndie_kit/guardian + cost = 18 + exclude_modes = list(/datum/game_mode/nuclear) + player_minimum = 25 // Ammunition /datum/uplink_item/ammo