diff --git a/code/modules/overmap/ships/ship_vr.dm b/code/modules/overmap/ships/ship_vr.dm index 329c1ec146..3484a9723f 100644 --- a/code/modules/overmap/ships/ship_vr.dm +++ b/code/modules/overmap/ships/ship_vr.dm @@ -28,4 +28,4 @@ listeners += thatz for(var/mob/M as anything in listeners) - M.hear_say(message_pieces, verb, talker) + M.hear_say(message_pieces, verb, FALSE, talker) \ No newline at end of file diff --git a/vorestation.dme b/vorestation.dme index cb2b5a41a8..d966c702b8 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3538,6 +3538,7 @@ #include "code\modules\overmap\ships\landable.dm" #include "code\modules\overmap\ships\panicbutton.dm" #include "code\modules\overmap\ships\ship.dm" +#include "code\modules\overmap\ships\ship_vr.dm" #include "code\modules\overmap\ships\computers\computer_shims.dm" #include "code\modules\overmap\ships\computers\engine_control.dm" #include "code\modules\overmap\ships\computers\helm.dm"