Merge pull request #1572 from Fox-McCloud/weird-runtime

Fixes Dview Runtime
This commit is contained in:
TheDZD
2015-07-26 12:39:10 -04:00
+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