Makes things more consistent

This commit is contained in:
Crazylemon64
2016-08-02 11:27:28 -07:00
parent 115130fd1e
commit 6ca037d9f4
3 changed files with 5 additions and 13 deletions
@@ -192,7 +192,7 @@
return
var/obj/item/weapon/rcs/E = W
if(E.rcell && (E.rcell.charge >= E.chargecost))
if(!is_station_contact(src.z))
if(!is_level_reachable(src.z))
to_chat(user, "<span class='warning'>The rapid-crate-sender can't locate any telepads!</span>")
return
if(E.mode == 0)