Revert "12/21 modernizations from TG live"
This commit is contained in:
@@ -114,6 +114,7 @@ var/global/list/obj/machinery/message_server/message_servers = list()
|
||||
rc_msgs += new/datum/data_rc_msg(recipient,sender,message,stamp,id_auth)
|
||||
|
||||
/obj/machinery/message_server/attack_hand(mob/user)
|
||||
// user << "\blue There seem to be some parts missing from this server. They should arrive on the station in a few days, give or take a few Centcom delays."
|
||||
user << "You toggle PDA message passing from [active ? "On" : "Off"] to [active ? "Off" : "On"]"
|
||||
active = !active
|
||||
update_icon()
|
||||
@@ -201,7 +202,6 @@ var/obj/machinery/blackbox_recorder/blackbox
|
||||
use_power = 1
|
||||
idle_power_usage = 10
|
||||
active_power_usage = 100
|
||||
armor = list(melee = 25, bullet = 10, laser = 10, energy = 0, bomb = 0, bio = 0, rad = 0, fire = 50, acid = 70)
|
||||
var/list/messages = list() //Stores messages of non-standard frequencies
|
||||
var/list/messages_admin = list()
|
||||
|
||||
@@ -225,7 +225,6 @@ var/obj/machinery/blackbox_recorder/blackbox
|
||||
qdel(src)
|
||||
blackbox = src
|
||||
|
||||
|
||||
/obj/machinery/blackbox_recorder/Destroy()
|
||||
var/turf/T = locate(1,1,2)
|
||||
if (T)
|
||||
|
||||
Reference in New Issue
Block a user