Fixes Dview Runtime

This commit is contained in:
Fox-McCloud
2015-07-26 06:15:12 -04:00
parent 6ac0ada097
commit c2d7d34242
+2
View File
@@ -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