the server now announces which engine is loaded. (#3571)

* Update _mapping.dm

* Update engine.dm

* Update _engine_submaps.dm
This commit is contained in:
silicons
2021-10-28 13:39:28 -07:00
committed by GitHub
parent b6feb22cb8
commit 4512e9ea2a
3 changed files with 26 additions and 2 deletions

View File

@@ -354,6 +354,7 @@ SUBSYSTEM_DEF(mapping)
chosen_type = pick(engine_types)
subsystem_log("Chose Engine Map: [chosen_type.name]")
admin_notice("<span class='danger'>Chose Engine Map: [chosen_type.name]</span>", R_DEBUG)
to_chat(world, "<span class='danger'>Engine loaded: [chosen_type.display_name]</span>")
// Annihilate movable atoms
engine_loader.annihilate_bounds()