Update A_tumultuous_storm.lua
randomize depop timer
This commit is contained in:
parent
976e67a8af
commit
b088a92dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue