Skip to content

Commit

Permalink
Fix pnp protection from evil installation
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Oct 25, 2024
1 parent 9d97d78 commit 2decfcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tnt/components/pnp_protection_from_evil/main.tpa
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ COPY_EXISTING ~%WIZARD_PROTECTION_FROM_EVIL%.spl~ override
INT_VAR header duration
END
END
SAY SPL_unidentified_description @4
SAY SPL_description @4
BUT_ONLY

// cleric: 3 rounds/level
@@ -87,7 +87,7 @@ COPY_EXISTING ~%CLERIC_PROTECT_FROM_EVIL%.spl~ override
INT_VAR header duration
END
END
SAY SPL_unidentified_description @5
SAY SPL_description @5
BUT_ONLY

// cleric - 10' radius: 1 turn/level
@@ -98,7 +98,7 @@ COPY_EXISTING ~%CLERIC_PROTECTION_FROM_EVIL_10_FOOT%.spl~ override
INT_VAR header duration power = 4
END
END
SAY SPL_unidentified_description @6
SAY SPL_description @6
BUT_ONLY


0 comments on commit 2decfcd

Please sign in to comment.