mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Collector event machine (#17751)
Added a new event collector objector that is designed for events where players have to gather items to complete a recipe. Has a lot of customisable options to create various types of machines with different functions, including one subtype set up for a near-future event.
This commit is contained in:
@@ -569,7 +569,9 @@ var/list/admin_verbs_event_manager = list(
|
||||
/client/proc/ReleaseVirus,
|
||||
/client/proc/add_hidden_area,
|
||||
/client/proc/remove_hidden_area,
|
||||
/client/proc/hide_motion_tracker_feedback
|
||||
/client/proc/hide_motion_tracker_feedback,
|
||||
/client/proc/modify_event_collector,
|
||||
/client/proc/induce_malfunction
|
||||
)
|
||||
|
||||
/client/proc/add_admin_verbs()
|
||||
|
||||
Reference in New Issue
Block a user