Files
VOREStation/code/controllers/hooks-defs.dm
T
Will bba55977a1 Polaris Hook Removal Part 1 (#18672)
* starting cleanup

* thankyou vsc very cool

* resleeving mind signal

* id card modifier signals

* fix

* borgifying mob signal

* button and brain

* death

* explosions, mob init

* oooop

* semantic

* payment account revoke and status

* missed hook listener

* wip for now

* fixes

* round signals

* only remaining

* doppler arrays behave with z levels

* audible message it is

* wizard spells applied correctly to mind datum
2025-10-30 01:25:51 +01:00

12 lines
173 B
Plaintext

/**
* Startup hook.
* Called in world.dm when the server starts.
*/
/hook/startup
/**
* Roundend hook.
* Called in gameticker.dm when a round ends.
*/
/hook/roundend