mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-28 22:17:12 +01:00
jfc
This commit is contained in:
@@ -42,7 +42,7 @@ GLOBAL_DATUM_INIT(lore_atc, /datum/lore/atc_controller, new)
|
||||
next_message = world.time + initial_delay
|
||||
START_PROCESSING(SSobj, src)
|
||||
|
||||
/datum/lore/atc_controller/process()
|
||||
/datum/lore/atc_controller/process(delta_time)
|
||||
if(world.time >= next_message)
|
||||
next_message = world.time + rand(delay_min, delay_max)
|
||||
random_convo()
|
||||
|
||||
Reference in New Issue
Block a user