Merge pull request #1652 from VOREStation/aro-dviewpatch

Restore dview mob when it's gone
This commit is contained in:
Arokha Sieyes
2017-06-09 14:51:30 -04:00
committed by GitHub
+4
View File
@@ -1264,6 +1264,10 @@ var/mob/dview/dview_mob = new
if(!center)
return
if(!dview_mob) //VOREStation Add - Emergency Backup
dview_mob = new()
WARNING("dview mob was lost, and had to be recreated!")
dview_mob.loc = center
dview_mob.see_invisible = invis_flags