Skip to content

Commit e847612

Browse files
author
bhauth
committed
remove freezing blast, it crashes
1 parent 854618c commit e847612

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ https://github.com/b-crawl/bcrawl/releases
5353
- v1.4: Some thrown weapon types are consolidated.
5454
- v1.5.2: The skin of Zhor gains +4 slaying.
5555
- v1.5.3: The dagger of Chilly Death does more damage and can slow enemies.
56-
- v1.5.3: Wands of random effects have fewer charges, and a new spell set: Inner Flame, Malmutate, Sleep, Slow, Shackle, Petrify, Teleport Other, Freezing Blast, Fireball, Bolt of Draining, Venom Bolt.
56+
- v1.5.3: Wands of random effects have fewer charges, and a new spell set: Inner Flame, Malmutate, Sleep, Slow, Shackle, Petrify, Teleport Other, Iceblast, Fireball, Bolt of Draining, Venom Bolt.
5757

5858
#### Removed Items
5959
- Amulet of Harm

crawl-ref/source/dat/descript/items.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ into another form.
12371237
wand of random effects
12381238

12391239
A magical device which can produce a variety of effects, including Inner Flame,
1240-
Malmutate, Sleep, Slow, Shackle, Petrify, Teleport, Freezing Blast,
1240+
Malmutate, Sleep, Slow, Shackle, Petrify, Teleport, Iceblast,
12411241
Fireball, Bolt of Draining, and Venom Bolt.
12421242
%%%%
12431243
wand of scattershot

crawl-ref/source/spl-goditem.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ spret_type cast_random_effects(int pow, bolt& beam, bool fail)
13541354
ZAP_SHACKLE,
13551355
ZAP_PETRIFY,
13561356
ZAP_TELEPORT_OTHER,
1357-
ZAP_FREEZING_BLAST,
1357+
ZAP_ICEBLAST,
13581358
ZAP_FIREBALL,
13591359
ZAP_BOLT_OF_DRAINING,
13601360
ZAP_VENOM_BOLT,

0 commit comments

Comments
 (0)