mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-11 15:21:06 +00:00
the server now announces which engine is loaded. (#3571)
* Update _mapping.dm * Update engine.dm * Update _engine_submaps.dm
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user