mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Merge pull request #2592 from ZomgPonies/meteor3
Meteor balance patch 3
This commit is contained in:
@@ -15,3 +15,4 @@ data/
|
||||
/_maps/map_files/**/backup/*
|
||||
/_maps/map_files/**/*.dmm.backup
|
||||
/nano/debug.html
|
||||
*.db
|
||||
|
||||
@@ -24,10 +24,10 @@
|
||||
|
||||
|
||||
/datum/game_mode/meteor/proc/sendmeteors()
|
||||
var/waveduration = world.time + rand(0,2000) + text2num("[wave]000")
|
||||
var/waveduration = world.time + rand(0,1000) + text2num("[wave]000")
|
||||
var/waitduration = rand(3000,9000)
|
||||
while(waveduration - world.time > 0)
|
||||
sleep(20)
|
||||
sleep(50 - text2num("[wave]0") / 2)
|
||||
spawn() spawn_meteors(6, meteors_normal)
|
||||
wave++
|
||||
sleep(waitduration)
|
||||
|
||||
Reference in New Issue
Block a user