mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Lets not spawn infinite meteors.
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
var/waveduration = world.timeofday + rand(3000,9000)
|
||||
var/waitduration = rand(3000,9000)
|
||||
while(waveduration - world.timeofday > 0)
|
||||
sleep(20)
|
||||
spawn() spawn_meteors(6)
|
||||
spawn(waitduration)
|
||||
nometeors = 0
|
||||
|
||||
Reference in New Issue
Block a user