Fixes landmarks not being moved by shuttles

This commit is contained in:
Krausus
2017-01-01 02:16:27 -05:00
parent 31edef28b4
commit c79fa79900
+6
View File
@@ -13,6 +13,12 @@
return 0
. = ..()
/obj/effect/landmark/onShuttleMove()
// Drop invisibility juuust enough to get moved
invisibility = 100
. = ..()
invisibility = 101
/obj/machinery/door/onShuttleMove()
. = ..()
if(!.)