This commit is contained in:
silicons
2021-02-14 03:04:42 -07:00
parent d4f3cf4eaf
commit b3a4fa802b
361 changed files with 498 additions and 509 deletions
+1 -1
View File
@@ -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()