Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syndicate_teleporter_return #46

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/datum/uplink_item/device_tools/syndicate_teleporter
name = "Experimental Syndicate Teleporter"
desc = "A handheld device that teleports the user 4-8 meters forward. \
Beware, teleporting into a wall will trigger a parallel emergency teleport; \
however if that fails, you may need to be stitched back together. \
Comes with 4 charges, recharges randomly. Warranty null and void if exposed to an electromagnetic pulse."
item = /obj/item/storage/box/syndie_kit/syndicate_teleporter
cost = 8
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8840,6 +8840,7 @@
#include "modular_ss220\modules\return_prs\gunsgalore\code\guns\scar.dm"
#include "modular_ss220\modules\return_prs\gunsgalore\code\guns\stg.dm"
#include "modular_ss220\modules\shutdown\shutdown_config.dm"
#include "modular_ss220\modules\syndicate_teleporter_return\syndicate_teleporter_return.dm"
#include "modular_ss220\modules\translations\code\customer_ru.dm"
#include "modular_ss220\modules\tts\code\_tts_defines.dm"
#include "modular_ss220\modules\tts\code\tts_configuration.dm"
Expand Down
Loading