mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
(Revival) Mining bar (#31284)
* Starting rework of this * Slight fix * Fixing compile issues * Updating more code * More updates * More updates * Proper name * Removing unused comsig file * Fixing up map * Makes components work * Make this show up * Specific type, maybe? * Vault fixes, plus makes component actually process * Say proc finally works with events now * Calling in wrong registered thing * Unneeded * Ports hearing to hear component * Area exit phrase for him too * Actual event * Testing this out for fun * Some more * Compiles * Path * Disambiguates this * No more runtiming * Some cleanliness * Makes this parsing less rigid * This too * Much much less rigid * This shouldn't be in this then * Make it rotate * Here Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
@@ -260,6 +260,12 @@
|
||||
/event/comp_ai_cmd_set_state
|
||||
/event/comp_ai_cmd_get_state
|
||||
|
||||
/event/comp_ai_cmd_hear
|
||||
/event/comp_ai_cmd_say
|
||||
/event/comp_ai_cmd_specific_say
|
||||
/event/comp_ai_cmd_area_enter
|
||||
/event/comp_ai_cmd_area_exit
|
||||
|
||||
/datum
|
||||
/// Associative list of type path -> list(),
|
||||
/// where the type path is a descendant of /event_type.
|
||||
|
||||
Reference in New Issue
Block a user