Skip to content

Commit

Permalink
bg2 - Vernus can't be raised
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed May 23, 2022
1 parent 2894b64 commit d12eede
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eefixpack/files/tph/bg2ee.tph
Expand Up @@ -72,6 +72,10 @@ END
// curing poison should also cure insta-death from green slimes
INCLUDE ~eefixpack/files/tph/tbd_green_slime.tph~

// tbd, cam (from jmerry)
// vernus can't be raised
INCLUDE ~eefixpack/files/tph/tbd_vernus_resurrection.tph~

///// \\\\\
///// mechanics fixes / overhauls \\\\\
///// \\\\\
Expand Down
16 changes: 16 additions & 0 deletions eefixpack/files/tph/tbd_vernus_resurrection.tph
@@ -0,0 +1,16 @@
// tbd, cam (from jmerry)
// vernus can't be raised
COPY_EXISTING ~bhaal4a.spl~ ~override~ // resurrection (bhaalspawn)
~rods03.itm~ ~override~ // rod of resurrection
~spja01.spl~ ~override~ // harper's call
~sppr504.spl~ ~override~ // raise dead
~sppr550.spl~ ~override~ // recall spirit
~sppr712.spl~ ~override~ // resurrection
LPF CLONE_EFFECT INT_VAR match_opcode = 326 opcode = 309 power = 0 parameter1 = 1 parameter2 = 0 resist_dispel = 0 STR_VAR insert = first resource = ohdress END // var now set by original spell

COPY_EXISTING ~sppr504a.spl~ ~override~
~sppr550a.spl~ ~override~
~sppr712a.spl~ ~override~
~spja01a.spl~ ~override~
~bhaal4aa.spl~ ~override~
LPF DELETE_EFFECT INT_VAR match_opcode = 309 STR_VAR match_resource = ohdress END // delete here as redundant

0 comments on commit d12eede

Please sign in to comment.