admin env messages

Added new verbs to the EventKit tab: "Map Message - Create", which spawns a new red admin environmental message, this one does not delete other messages placed by the user, allowing GMs to place as many as they want. "Map Message - Remove" which lists all env messages in the world by their message text, allowing admins/GMs to remove any particular one.

The main purpose of these is for event stuff really, I thought it could be useful for setting up a specific description of something not-visible on a tile.
This commit is contained in:
SatinIsle
2024-09-02 12:41:26 +01:00
parent 291ef524bb
commit e92e5a9e41
3 changed files with 75 additions and 2 deletions
+3 -1
View File
@@ -195,7 +195,9 @@ var/list/admin_verbs_spawn = list(
/client/proc/map_template_load_on_new_z,
/client/proc/eventkit_open_mob_spawner,
/client/proc/generic_structure, //VOREStation Add
/client/proc/generic_item //VOREStation Add
/client/proc/generic_item, //VOREStation Add
/client/proc/create_gm_message,
/client/proc/remove_gm_message
)
var/list/admin_verbs_server = list(