Browse Source

Bug fix: Missing tick

KeyMasterOfGozer 5 years ago
parent
commit
71c9fb1181
2 changed files with 2 additions and 1 deletions
  1. 1 0
      locations/spell.qsrc
  2. 1 1
      locations/spellList.qsrc

+ 1 - 0
locations/spell.qsrc

@@ -130,6 +130,7 @@ if $ARGS[0] = 'curewounds2':
 	if SuccessValue > 0:
 		! Remove all pain
 		killvar 'pain'
+		pcs_health = pcs_vital * 10 + pcs_stren * 5 + 1000
 		'<b><font color = green>You feel yourself coursing with life.  All pain is gone.</font></b>'
 	else
 		'<b>The spell fizzles.  Nothing seems to happen.</b>'

+ 1 - 1
locations/spellList.qsrc

@@ -53,7 +53,7 @@ spellMana['curewounds'] = 10000
 spellTime['curewounds'] = 30
 spellDiff['curewounds'] = 25
 $spellName['curewounds'] = "Cure Wounds"
-$spellDesc['curewounds'] = "You feel your body's wounds begin to heal."
+$spellDesc['curewounds'] = "You feel your bodys wounds begin to heal."
 !curewounds2
 spellMana['curewounds2'] = 100000
 spellTime['curewounds2'] = 60