From 9eef7fe1f7f93a804d246bea16fd32b0e9b25a79 Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Sun, 17 Mar 2019 13:48:16 +0100 Subject: [PATCH] no fastmos for the dview --- code/__HELPERS/unsorted.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index d9039e8c004..2596e0ad8ed 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -1494,6 +1494,9 @@ var/mob/dview/dview_mob = new canmove = FALSE see_in_dark = 1e6 +/mob/dview/experience_pressure_difference() + return 0 + /mob/dview/New() //For whatever reason, if this isn't called, then BYOND will throw a type mismatch runtime when attempting to add this to the mobs list. -Fox /mob/dview/Destroy()