Emergency shuttle delay feedback correction.

The emergency shuttle now states that the max refuel is 10 minutes rather than 100 minutes.
This commit is contained in:
PsiOmega
2015-04-06 15:26:46 +02:00
parent f22a386e43
commit aeb0af8a7f
@@ -439,7 +439,7 @@
return
if(world.time < 6000) // Ten minute grace period to let the game get going without lolmetagaming. -- TLE
user << "The emergency shuttle is refueling. Please wait another [round((6000-world.time)/60)] minutes before trying again."
user << "The emergency shuttle is refueling. Please wait another [round((6000-world.time)/600)] minute\s before trying again."
return
if(emergency_shuttle.going_to_centcom())