Antag Autodrobe Shenanigans (#9095)

This commit is contained in:
Geeves
2020-06-11 21:25:41 +02:00
committed by GitHub
parent 8dd6627e19
commit 7e235396e1
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -160,6 +160,7 @@ var/datum/antagonist/traitor/traitors
var/obj/item/device/uplink/hidden/T = new(R, traitor_mob.mind)
target_radio.hidden_uplink = T
target_radio.traitor_frequency = freq
R.autodrobe_no_remove = TRUE
to_chat(traitor_mob, "A portable object teleportation relay has been installed in your [R.name] [loc]. Simply dial the frequency [format_frequency(freq)] to unlock its hidden features.")
traitor_mob.mind.store_memory("<B>Radio Freq:</B> [format_frequency(freq)] ([R.name] [loc]).")
@@ -170,6 +171,7 @@ var/datum/antagonist/traitor/traitors
R.hidden_uplink = T
var/obj/item/device/pda/P = R
P.lock_code = pda_pass
R.autodrobe_no_remove = TRUE
to_chat(traitor_mob, "A portable object teleportation relay has been installed in your [R.name] [loc]. Simply enter the code \"[pda_pass]\" into the ringtone select to unlock its hidden features.")
traitor_mob.mind.store_memory("<B>Uplink Passcode:</B> [pda_pass] ([R.name] [loc]).")
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "The autodrobe will no longer remove antag headsets or PDAs."