mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
Hidden Offships (#15544)
This commit is contained in:
@@ -50,6 +50,8 @@ var/global/area/overmap/map_overmap // Global object used to locate the overmap
|
||||
/// null | num | list. If a num or a (num, num) list, the radius or random bounds for placing this sector near the main map's overmap icon.
|
||||
var/list/place_near_main
|
||||
|
||||
var/invisible_until_ghostrole_spawn = FALSE
|
||||
|
||||
/obj/effect/overmap/visitable/Initialize()
|
||||
. = ..()
|
||||
if(. == INITIALIZE_HINT_QDEL)
|
||||
@@ -77,7 +79,8 @@ var/global/area/overmap/map_overmap // Global object used to locate the overmap
|
||||
start_y = start_y || rand(map_low, map_high)
|
||||
home = locate(start_x, start_y, current_map.overmap_z)
|
||||
|
||||
forceMove(home)
|
||||
if(!invisible_until_ghostrole_spawn)
|
||||
forceMove(home)
|
||||
|
||||
update_name()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user