Fixes all possible exploits with the AI tracking href link

Fixes 1128
Changes the href link of the AI tracking to be just the name displayed in-game instead of the reference of the mob.
Removes faketrack from atom/movable/virtualspeaker as it becomes useless.
This commit is contained in:
Aranclanos
2015-05-22 11:26:43 -03:00
parent 802ff2dfa6
commit 9b4b6bc1a6
11 changed files with 37 additions and 77 deletions
@@ -331,7 +331,6 @@ datum/signal
var/atom/movable/virtualspeaker/virt = PoolOrNew(/atom/movable/virtualspeaker,null)
virt.name = source
virt.job = job
virt.faketrack = 1
virt.languages = HUMAN
//END SAY REWRITE RELATED CODE.