[MIRROR] Ships can now land on openspace (#7501)

* Adds openspace to nav computers whitelist. (#60786)

* Ships can now land on openspace

Co-authored-by: sqnztb <zephyrthebreeze@gmail.com>
This commit is contained in:
SkyratBot
2021-08-11 10:26:17 +01:00
committed by GitHub
co-authored by sqnztb
parent 7182bbd796
commit 3c519bf06d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
var/view_range = 0
var/x_offset = 0
var/y_offset = 0
var/list/whitelist_turfs = list(/turf/open/space, /turf/open/floor/plating, /turf/open/lava)
var/list/whitelist_turfs = list(/turf/open/space, /turf/open/floor/plating, /turf/open/lava, /turf/open/openspace)
var/see_hidden = FALSE
var/designate_time = 0
var/turf/designating_target_loc
+1 -1
View File
@@ -66,7 +66,7 @@
view_range = 5.5
x_offset = -7
y_offset = -1
whitelist_turfs = list(/turf/open/space, /turf/open/floor/plating, /turf/open/lava, /turf/closed/mineral)
whitelist_turfs = list(/turf/open/space, /turf/open/floor/plating, /turf/open/lava, /turf/closed/mineral, /turf/open/openspace)
see_hidden = TRUE
#undef SYNDICATE_CHALLENGE_TIMER