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