Skip to content

Commit

Permalink
Changes to support #142 so that messages are not misleading when savi…
Browse files Browse the repository at this point in the history
…ng throw succeeds.
  • Loading branch information
grannypron committed Jan 22, 2021
1 parent d36d2ca commit bc1421f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified game39/game39.dsn/Data/spells.dat
Binary file not shown.
8 changes: 4 additions & 4 deletions game39/game39.dsn/Data/spells.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22039,7 +22039,7 @@ termination script =
\(BEGIN)
name = monsterUndeadDrainLevel
casting sound = none
cast msg = /t feels diminished.
cast msg = /c attempts to drain /t
missile sound = none
coverage sound = none
hit sound = none
Expand Down Expand Up @@ -22079,7 +22079,7 @@ priority = 500
spell effect 1 = none
savingThrowScript =
savingThrowSucceededScript = $SET_HOOK_PARAM(5,"/t is unaffected.");
savingThrowFailedScript =
savingThrowFailedScript = $SET_HOOK_PARAM(5,"/t feels diminished.");
begin script =
end script =
initiation script =
Expand All @@ -22089,7 +22089,7 @@ termination script =
\(BEGIN)
name = monsterVampireCharmGaze
casting sound = sound_Cast.wav
cast msg = /c charms /t.
cast msg = /c gazes at /t.
missile sound = none
coverage sound = none
hit sound = none
Expand Down Expand Up @@ -22143,7 +22143,7 @@ termination script =
\(BEGIN)
name = monsterVampireDrainLevel
casting sound = none
cast msg = /t feels diminished
cast msg =
missile sound = none
coverage sound = none
hit sound = none
Expand Down

0 comments on commit bc1421f

Please sign in to comment.