Parcourir la source

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

julzor il y a 5 ans
Parent
commit
0fe028d773
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  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