POLARIS: Sanity check in plane_holder

This was related to a bug we encountered. The bug doesn't affect you, but it makes sense to give this sanity check here too.
This commit is contained in:
Arokha Sieyes
2018-01-17 21:15:44 -05:00
parent 750752cdd5
commit b67d43d237
+1
View File
@@ -7,6 +7,7 @@
var/list/plane_masters[VIS_COUNT]
/datum/plane_holder/New(mob/this_guy)
ASSERT(ismob(this_guy))
my_mob = this_guy
//It'd be nice to lazy init these but some of them are important to just EXIST. Like without ghost planemaster, you can see ghosts. Go figure.