Generic Machines Part 1 - Structure (#15959)

Added a Generic Structure and associated Eventkit verb Spawn Generic Structure. This allows staff to create a structure with customisable interactions, ranging from whether it can be turned on, wrenched down and so on to how how long it takes to turn on, what text appears when it happens and if it plays a sound.
This commit is contained in:
SatinIsle
2024-05-04 07:51:48 +01:00
committed by GitHub
parent 5540a960e6
commit a1b2e9c875
3 changed files with 248 additions and 1 deletions
+2 -1
View File
@@ -193,7 +193,8 @@ var/list/admin_verbs_spawn = list(
/client/proc/map_template_load,
/client/proc/map_template_upload,
/client/proc/map_template_load_on_new_z,
/client/proc/eventkit_open_mob_spawner //VOREStation Add
/client/proc/eventkit_open_mob_spawner,
/client/proc/generic_structure //VOREStation Add
)
var/list/admin_verbs_server = list(