mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
[MIRROR] Tram remote control [MDB IGNORE] (#20363)
* Tram remote control (#74382) ## About The Pull Request Ever wanted to control the tram for nefarious purposes? The syndicate has just the thing for you! For the affordable price of 2TC you, too can control the tram at a whim! ## Why It's Good For The Game Tie someone to the rails and run them over, or something. Start the tram when your best friend and/or enemy are crossing the bridge. Call the captain a loser and make them run back to the bridge. ## Changelog 🆑 LT3 add: The tram now has a remote control for funny and/or nefarious purposes /🆑 * Tram remote control * Update utility.dm --------- Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Co-authored-by: lessthnthree <three@lessthanthree.dk>
This commit is contained in:
@@ -40,6 +40,14 @@
|
||||
item = /obj/item/storage/book/bible/syndicate
|
||||
cost = 5
|
||||
|
||||
/datum/uplink_item/device_tools/tram_remote
|
||||
name = "Tram Remote Control"
|
||||
desc = "When linked to a tram's on board computer systems, this device allows the user to manipulate the controls remotely. \
|
||||
Includes direction toggle and a rapid mode to bypass door safety checks and crossing signals. \
|
||||
Perfect for running someone over in the name of a tram malfunction!"
|
||||
item = /obj/item/tram_remote
|
||||
cost = 2
|
||||
|
||||
/datum/uplink_item/device_tools/thermal
|
||||
name = "Thermal Imaging Glasses"
|
||||
desc = "These goggles can be turned to resemble common eyewear found throughout the station. \
|
||||
|
||||
Reference in New Issue
Block a user