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