Skip to content

Commit

Permalink
Fix level desc in detect alignment (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-dom authored Oct 22, 2023
1 parent e18ca45 commit dfb9644
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spell_rev/components/main_component.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ COPY ~spell_rev\spwi1##\dvwi109c.bam~ ~override~

//ADD_SPELL: Know Alignment
ADD_SPELL ~spell_rev\spwi1##\spwi126.spl~ 2 1 ~WIZARD_KNOW_ALIGNMENT~ // Detect Alignment (moved from lvl 2)
SAY NAME1 @453 SAY UNIDENTIFIED_DESC @454
SAY NAME1 @453 SAY UNIDENTIFIED_DESC @2000 //New desc ref because old version still around -- see below.
// TODO: add scroll


Expand Down
11 changes: 11 additions & 0 deletions spell_rev/languages/english/arcane.tra
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,17 @@ Casting Time: 2
Area of Effect: Special
Saving Throw: None

This spell allows the wizard to search out the feelings of all creatures within the current area. When affected by this spell, a target will briefly glow red if he's evil, green if he's good, and white if he's neutral. Magic resistance does not affect this spell.~
//Detect alignment in level 1.
@2000=~Detect Alignment
Level: 1
School: Divination
Range: Personal
Duration: Instant
Casting Time: 2
Area of Effect: Special
Saving Throw: None

This spell allows the wizard to search out the feelings of all creatures within the current area. When affected by this spell, a target will briefly glow red if he's evil, green if he's good, and white if he's neutral. Magic resistance does not affect this spell.~

@455=~Detect Invisibility~
Expand Down

0 comments on commit dfb9644

Please sign in to comment.