Fixes ghost hotel door teleporting

This commit is contained in:
ShizCalev
2018-11-15 14:25:05 -05:00
parent 3d6125867b
commit c48a4b1935
@@ -245,6 +245,11 @@ GLOBAL_VAR_INIT(hhmysteryRoomNumber, 1337)
user.forceMove(get_turf(parentSphere))
do_sparks(3, FALSE, get_turf(user))
/turf/closed/indestructible/hoteldoor/attack_ghost(mob/dead/observer/user)
if(!isobserver(user) || !parentSphere)
return ..()
user.forceMove(get_turf(parentSphere))
//If only this could be simplified...
/turf/closed/indestructible/hoteldoor/attack_tk(mob/user)
return //need to be close.