mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Adds the handheld syndicate teleporter (#14934)
* Start of this coding adventure * Makes it work BETTER * MORE BETTER. LESS GIBBING IN SPACE * BOH interactions * PR ready-ish * Better checks, doesnt work in mechs * Re-adds the windowpainter * Boxes it, mashes it, sticks it in a microwave * Revert "fixes merge conflicts pls?" This reverts commit1dc5e390be, reversing changes made to3ec24935bd. * Revert "Revert "fixes merge conflicts pls?"" This reverts commit53106e10f5. * RE ADDS EVERYTHING * Thanks henk for helping * Affecteds code review suggestions Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * Deletes it before re-adding it * Now adds it in * Affecteds other request * Update code/game/objects/items/devices/traitordevices.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * Changes size, type casting, class, \n Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
co-authored by
AffectedArc07
parent
08e6575504
commit
09c125ff4d
@@ -1294,6 +1294,16 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/storage/box/syndie_kit/bonerepair
|
||||
cost = 4
|
||||
|
||||
/datum/uplink_item/device_tools/syndicate_teleporter
|
||||
name = "Experimental Syndicate Teleporter"
|
||||
desc = "The Syndicate teleporter is a handheld device that teleports the user 4-8 meters forward. \
|
||||
Beware, teleporting into a wall will make the teleporter do a parallel emergency teleport, \
|
||||
but if that emergency teleport fails, it will kill you. \
|
||||
Has 4 charges, recharges, warrenty voided if exposed to EMP."
|
||||
reference = "TELE"
|
||||
item = /obj/item/storage/box/syndie_kit/teleporter
|
||||
cost = 8
|
||||
|
||||
/datum/uplink_item/device_tools/thermal_drill
|
||||
name = "Thermal Safe Drill"
|
||||
desc = "A tungsten carbide thermal drill with magnetic clamps for the purpose of drilling hardened objects. Guaranteed 100% jam proof."
|
||||
|
||||
Reference in New Issue
Block a user