Integrates the z level manager with the space transition system

This commit is contained in:
Crazylemon64
2016-07-29 19:11:36 -07:00
parent 94c0bbff6a
commit ae43de3652
124 changed files with 960 additions and 436 deletions

View File

@@ -84,6 +84,7 @@
if(istype(W, /obj/item/weapon/rcs) && !src.opened)
var/obj/item/weapon/rcs/E = W
if(E.rcell && (E.rcell.charge >= E.chargecost))
// TODO: Tie into space manager
if(!(src.z in config.player_levels))
to_chat(user, "<span class='warning'>The rapid-crate-sender can't locate any telepads!</span>")
return