From cd6707d1b14f856fb5ab2b481da54a872ff1e9fd Mon Sep 17 00:00:00 2001 From: Gladiator Date: Fri, 29 Jan 2021 21:00:09 -0500 Subject: [PATCH] no message --- script/timequest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/timequest.js b/script/timequest.js index 79b473a..3e65c46 100644 --- a/script/timequest.js +++ b/script/timequest.js @@ -1486,12 +1486,12 @@ tqLose = function(){ case 0: case 2: addBuffer("The Enemy has eliminated your outer troops and is attacking your main base. They begin to overwhelm your broken defenses in a brutal desperate fight. ") addBufferRaw("In one final act of vengence you overpower your central core and cause an cascading effect that breaks your power cells down into a fission chain reaction. ") - addBufferRaw("The core of your base erupts in a explosion of fire that blasts away the Enemy soldiers, and all hope for your future.") + addBufferRaw("The core of your base erupts in an explosion of fire that blasts away the Enemy soldiers, and all hope for your future.") break; case 1: addBuffer("The Enemy Soldiers, led by the great Leader, breaks your outer defense and starts attacking your main base. With ease they overwhelm your meager defenses and blast their way forward into your core. ") addBufferRaw("In one final act of vengence you overpower your central core and cause an cascading effect that breaks your power cells down into a fission chain reaction. ") - addBufferRaw("The core of your base erupts in a explosion of fire that blasts away the enemy soldiers, the Enemy Leader, and all hope for your future.") + addBufferRaw("The core of your base erupts in an explosion of fire that blasts away the enemy soldiers, the Enemy Leader, and all hope for your future.") break; } }