no fastmos for the dview

This commit is contained in:
joep van der velden
2019-03-17 13:48:16 +01:00
parent 288f52bbaf
commit 9eef7fe1f7
+3
View File
@@ -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()