Browse Source

[fixes] dying fighting dima in ender
[text edit] typo in gaptek

julzor 5 years ago
parent
commit
0fe028d773
2 changed files with 2 additions and 1 deletions
  1. 1 0
      locations/ender.qsrc
  2. 1 1
      locations/gaptek.qsrc

+ 1 - 0
locations/ender.qsrc

@@ -149,6 +149,7 @@ if $ARGS[0] = 'loss':
 		act 'Cry': gt $loc, $metka
 		exit
 	elseif DimaFight = 1:
+		pcs_health = 100
 		DimaFight = 0
 		grupvalue[4] -= 2
 		Loss = 0

+ 1 - 1
locations/gaptek.qsrc

@@ -378,7 +378,7 @@ if $ARGS[0] = 'buy_antifungal':
 end
 
 if $ARGS[0] = 'oops':
-	msg '<center>I better not buy this here, otherise aunt will tell <<$npc_nickname[''A29'']>>!</center>'
+	msg '<center>I better not buy this here, otherwise aunt will tell <<$npc_nickname[''A29'']>>!</center>'
 	*nl
 	gt 'gaptek', 'start'
 end