Skip to content

Commit

Permalink
Minor uplink changes (#12166)
Browse files Browse the repository at this point in the history
As ordered by bacon
  • Loading branch information
Geatish authored Jan 21, 2025
1 parent ba53add commit 568ad27
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions code/modules/uplink/uplink_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,15 @@ GLOBAL_LIST_INIT(illegal_tech_blacklist, typecacheof(list(
surplus = 20
purchasable_from = UPLINK_NUKE_OPS

/datum/uplink_item/dangerous/syndicate_teleporter
name = "Experimental Syndicate Jaunter"
desc = "The Syndicate jaunter is a handheld device that jaunts the user 4-8 meters forward. \
Anyone caught in the wake of the jaunter will be knocked off their feet and receive minor damage. \
Due to the Syndicate's more limited research of teleportation technologies, it is incapable of phasing the user \
through solid matter nor is it capable of teleporting them across longer ranges."
item = /obj/item/teleporter
cost = 7

/datum/uplink_item/dangerous/flamethrower
name = "Flamethrower"
desc = "A flamethrower, fueled by a portion of highly flammable biotoxins stolen previously from Nanotrasen \
Expand Down Expand Up @@ -1764,14 +1773,6 @@ GLOBAL_LIST_INIT(illegal_tech_blacklist, typecacheof(list(
surplus = 1
illegal_tech = FALSE

/datum/uplink_item/device_tools/syndicate_teleporter
name = "Experimental Syndicate Jaunter"
desc = "The Syndicate jaunter is a handheld device that jaunts the user 4-8 meters forward. \
Anyone caught in the wake of the jaunter will be knocked off their feet and receive minor damage. \
Due to the Syndicate's more limited research of teleportation technologies, it is incapable of phasing the user \
through solid matter nor is it capable of teleporting them across longer ranges."
item = /obj/item/teleporter
cost = 7

/datum/uplink_item/device_tools/frame
name = "F.R.A.M.E. PDA Disk"
Expand Down Expand Up @@ -1947,7 +1948,7 @@ GLOBAL_LIST_INIT(illegal_tech_blacklist, typecacheof(list(
emitted as heat and light by objects. Hotter objects, such as warm bodies, cybernetic organisms \
and artificial intelligence cores emit more of this light than cooler objects like walls and airlocks."
item = /obj/item/clothing/glasses/thermal/syndi
cost = 3
cost = 2

// Implants
/datum/uplink_item/implants
Expand Down

0 comments on commit 568ad27

Please sign in to comment.