Skip to content

Commit

Permalink
Fix a crash with examining Platinum Paragon spell description
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoOmega committed Nov 16, 2024
1 parent e664b64 commit 12864aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawl-ref/source/zap-data.h
Original file line number Diff line number Diff line change
Expand Up @@ -2438,8 +2438,8 @@ _mon_hex_zap(ZAP_VITRIFY, BEAM_VITRIFY),
ZAP_PARAGON_IMPACT,
"shockwave",
200,
nullptr,
nullptr,
new dicedef_calculator<4, 10, 1, 10>,
new tohit_calculator<AUTOMATIC_HIT>,
new dicedef_calculator<4, 10, 1, 10>,
new tohit_calculator<AUTOMATIC_HIT>,
WHITE,
Expand Down

0 comments on commit 12864aa

Please sign in to comment.