mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user