Skip to content

Commit

Permalink
tadpole fix (#12937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon authored May 10, 2023
1 parent 7e8df3e commit 56b2d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/navigation_computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
/// Vertical offset from the console of the origin tile when using it
var/y_offset = 0
/// Turfs that can be landed on
var/list/whitelist_turfs = list(/turf/open/ground, /turf/open/floor)
var/list/whitelist_turfs = list(/turf/open/ground, /turf/open/floor, /turf/open/liquid/water)
/// Are we able to see hidden ports when using the console
var/see_hidden = FALSE
/// Delay of the place_action
Expand Down

0 comments on commit 56b2d7a

Please sign in to comment.