mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
add VTEC to uplink for nukies (#14785)
This commit is contained in:
@@ -1315,6 +1315,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 7
|
||||
gamemodes = list(/datum/game_mode/nuclear)
|
||||
|
||||
/datum/uplink_item/device_tools/vtec
|
||||
name = "Syndicate Cyborg Upgrade Module (VTEC)"
|
||||
desc = "Increases the movement speed of a Cyborg. Install into any Borg, Syndicate or subverted"
|
||||
reference = "VTEC"
|
||||
item = /obj/item/borg/upgrade/vtec
|
||||
cost = 6
|
||||
gamemodes = list(/datum/game_mode/nuclear)
|
||||
|
||||
//Space Suits and Hardsuits
|
||||
/datum/uplink_item/suits
|
||||
category = "Space Suits and Hardsuits"
|
||||
|
||||
Reference in New Issue
Block a user