fixes the stupid fucking tile placing list

This commit is contained in:
Detective Google
2020-04-30 23:04:35 -05:00
parent c911d81cdc
commit 231fd0edea
5 changed files with 8 additions and 3 deletions

View File

@@ -557,7 +557,7 @@
dwidth = 1
width = 3
height = 4
var/target_area = /area/lavaland/surface/outdoors
var/target_area = list(/area/lavaland/surface/outdoors, /area/icemoon/underground/unexplored/rivers)
var/edge_distance = 16
// Minimal distance from the map edge, setting this too low can result in shuttle landing on the edge and getting "sliced"