Skip to content

Commit

Permalink
Removed sonic resistance from earth elementals.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 8, 2023
1 parent 105aba6 commit 75ec33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monst.c
Original file line number Diff line number Diff line change
Expand Up @@ -3676,7 +3676,7 @@ NEARDATA struct permonst mons[] = {
/*ATTK(AT_ENGL, AD_PHYS, 4, 6),*/
NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
SIZ(2500, 0, MS_SILENT, MZ_HUGE),
MR_FIRE | MR_COLD | MR_POISON | MR_STONE | MR_SONIC | MR_SICK, 0,
MR_FIRE | MR_COLD | MR_POISON | MR_STONE | MR_SICK, 0,
M1_NOEYES | M1_NOLIMBS | M1_NOHEAD | M1_MINDLESS | M1_BREATHLESS
| M1_WALLWALK | M1_THICK_HIDE,
M2_STRONG | M2_NEUTER, 0, M4_VULNERABLE_ACID, 0, 10, CLR_BROWN),
Expand Down

0 comments on commit 75ec33b

Please sign in to comment.