From c2d7d342425ede737af25c2c50e66fc2a88325e9 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 26 Jul 2015 06:15:12 -0400 Subject: [PATCH] Fixes Dview Runtime --- code/__HELPERS/unsorted.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index f6894dc7c70..e520bdff3fb 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -1707,3 +1707,5 @@ var/mob/dview/dview_mob = new simulated = 0 see_in_dark = 1e6 + +/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 \ No newline at end of file