Removed targeting.

This commit is contained in:
Zuhayr
2015-12-16 10:25:18 +10:30
parent 89431c2dc5
commit 0148e78eda
17 changed files with 33 additions and 484 deletions
+1 -1
View File
@@ -949,7 +949,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
/obj/item/device/pda/proc/create_message(var/mob/living/U = usr, var/obj/item/device/pda/P, var/tap = 1)
if(tap)
U.visible_message("<span class='notice'>\The [U] taps on \his PDA's screen.</span>")
U.last_target_click = world.time
//U.last_target_click = world.time
var/t = input(U, "Please enter message", P.name, null) as text
t = sanitize(t)
//t = readd_quotes(t)
@@ -278,7 +278,7 @@ var/global/list/default_medbay_channels = list(
if(wires.IsIndexCut(WIRE_TRANSMIT)) // The device has to have all its wires and shit intact
return 0
M.last_target_radio = world.time // For the projectile targeting system
//M.last_target_radio = world.time // For the projectile targeting system
if(!radio_connection)
set_frequency(frequency)