Damnit, forgot to remove the debugging stuff.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3445 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-04-12 22:02:51 +00:00
parent 04f0a79866
commit 94c4a469fa

View File

@@ -18,17 +18,17 @@
var/end_time = world.time + event_duration //the time by which the event should have ended
var/increment = max(1,round(number_of_selections/50))
world << "DEBUG: number_of_selections: [number_of_selections] | sleep_duration: [sleep_duration]"
// world << "DEBUG: number_of_selections: [number_of_selections] | sleep_duration: [sleep_duration]"
var/i = 1
while( 1 )
//we've run into overtime. End the event
if( end_time < world.time )
world << "DEBUG: we've run into overtime. End the event"
// world << "DEBUG: we've run into overtime. End the event"
return
if( !pick_turfs.len )
world << "DEBUG: we've run out of turfs to pick. End the event"
// world << "DEBUG: we've run out of turfs to pick. End the event"
return
//loop it round