mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
sdaf (#18625)
This commit is contained in:
@@ -99,6 +99,8 @@
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/New(loc, max_x, max_y, being_generated_for_unit_test = FALSE)
|
||||
|
||||
#if defined(UNIT_TEST)
|
||||
|
||||
//If we are being generated for unit testing, determine if we actually want to be generated here or not
|
||||
if(being_generated_for_unit_test)
|
||||
|
||||
@@ -121,6 +123,8 @@
|
||||
qdel_self()
|
||||
return FALSE
|
||||
|
||||
#endif //UNIT_TEST
|
||||
|
||||
|
||||
if(!SSatlas.current_map.use_overmap)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user