mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
- Remove duplicate pick_random_edge_turf resulting from our simultaneous addition of it (in overmaps PR) - Disable SSgame_master and SSevent_ticker subystems, we are still using the original events subsystem. - Disable the game_master implementations as we are not using them. - Comment out references to SSgame_master since we are not using it (yet?)
6 lines
257 B
Plaintext
6 lines
257 B
Plaintext
// Push button, receive event.
|
|
// Returns a selected event datum.
|
|
/datum/game_master/proc/choose_event()
|
|
|
|
/datum/game_master/proc/log_game_master(message)
|
|
// SSgame_master.log_game_master(message) // VOREStation Edit - We don't use SSgame_master yet. |