mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
Ghost Roles (#6706)
This commit is contained in:
@@ -23,6 +23,7 @@ var/global/list/map_count = list()
|
||||
var/wall_type = /turf/simulated/wall
|
||||
var/floor_type = /turf/simulated/floor
|
||||
var/target_turf_type
|
||||
var/spawn_roof = FALSE //Set to TRUE if a roof should be spawned based.
|
||||
|
||||
// Storage for the final iteration of the map.
|
||||
var/list/map = list() // Actual map.
|
||||
@@ -179,6 +180,8 @@ var/global/list/map_count = list()
|
||||
var/newpath = get_appropriate_path(map[tmp_cell])
|
||||
if(newpath)
|
||||
T.ChangeTurf(newpath)
|
||||
if(spawn_roof)
|
||||
T.spawn_roof()
|
||||
get_additional_spawns(map[tmp_cell],T,get_spawn_dir(x, y))
|
||||
return T
|
||||
|
||||
|
||||
Reference in New Issue
Block a user