mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Orion Express Courier System (#17952)
* Orion Express Courier System * tweaks and fixes * whoops this goes in the back * cement das conk creet baybee * while funny, fixed supplies count * add support for non-overmap tests * guh * anotha one * feedback * remove unused imports
This commit is contained in:
@@ -32,6 +32,7 @@ var/list/banned_ruin_ids = list()
|
||||
for(var/datum/map_template/ruin/ruin in force_spawn)
|
||||
var/turf/choice = validate_ruin(ruin, zlevels, filter_area = allowed_area, max_x = maxx, max_y = maxy)
|
||||
if(!choice)
|
||||
log_admin("Ruin \"[ruin.name]\" failed to force-spawned at ([choice.x], [choice.y], [choice.z])!!!")
|
||||
continue
|
||||
|
||||
log_admin("Ruin \"[ruin.name]\" force-spawned at ([choice.x], [choice.y], [choice.z])!")
|
||||
|
||||
Reference in New Issue
Block a user