mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user