mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Holoparasites
This commit is contained in:
@@ -243,6 +243,13 @@ var/list/uplink_items = list()
|
||||
if(istype(T))
|
||||
T.TC_cost = cost
|
||||
|
||||
/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/weapon/storage/box/syndie_kit/guardian
|
||||
excludefrom = list(/datum/game_mode/nuclear,/datum/game_mode/gang)
|
||||
cost = 10
|
||||
|
||||
// AMMUNITION
|
||||
|
||||
/datum/uplink_item/ammo
|
||||
|
||||
Reference in New Issue
Block a user