mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Asteroid generates (#1803)
This commit is contained in:
@@ -80,6 +80,11 @@ datum/controller/game_controller/proc/setup_objects()
|
||||
create_global_parallax_icons()
|
||||
admin_notice(span("danger", "Done."))
|
||||
|
||||
if(config.generate_asteroid)
|
||||
new /datum/random_map(null,0,0,2,255,255)
|
||||
new /datum/random_map(null,0,0,3,255,255)
|
||||
new /datum/random_map(null,0,0,4,255,255)
|
||||
|
||||
admin_notice(span("danger", "Setting up lighting."))
|
||||
initialize_lighting()
|
||||
admin_notice(span("danger", "Lighting Setup Completed."))
|
||||
|
||||
Reference in New Issue
Block a user