Merge pull request #2766 from CHOMPStationBot/upstream-merge-11373

[MIRROR] Forgot DME change for ship eating
This commit is contained in:
Nadyr
2021-08-09 19:10:10 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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)
+1
View File
@@ -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"