Update A_tumultuous_storm.lua

randomize depop timer
This commit is contained in:
huffin 2020-03-17 08:59:15 -05:00 committed by GitHub
parent 976e67a8af
commit b088a92dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
function event_spawn(e)
eq.set_timer("depop",15000);
eq.set_timer("depop",math.random(6, 12)*1000);
end
function event_timer(e)