mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user