Browse Source

[text edit] Old name used and added a little flavor to the win text.

KevinSmarts 4 years ago
parent
commit
16b4fc33e5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      locations/ender.qsrc

+ 3 - 2
locations/ender.qsrc

@@ -26,7 +26,7 @@ if $ARGS[0] = 'loss':
 		killvar 'autocombat_surrender'
 		fightEnding = 0
 
-		'You fall down on the floor as you''re not longer able to fight Juugo.'
+		'You fall down on the floor as you''re not longer able to fight Gustav.'
 
 		act 'Further':gt'lab','start'
 		exit
@@ -270,7 +270,8 @@ if $ARGS[0] = 'win':
 		fightEnding = 0
 		if winJugo = 0:winJugo = 1
 
-		'Juugo fell to the floor and can no longer keep on fighting.'
+		'Gustav falls to the floor. He can no longer continue the fight.'
+		'"You have improved greatly, few can beat me in combat." He says with reverence.'
 
 		act 'Further':gt'lab','start'
 		exit