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:
SatinIsle
2025-05-27 10:47:37 -07:00
committed by GitHub
parent faf52ecce2
commit 919dce1a14
11 changed files with 565 additions and 4 deletions
+3 -1
View File
@@ -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()