Skip to content

Commit

Permalink
Adjust the difficulty of diamond and god piercers.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Sep 25, 2023
1 parent 42ba512 commit e356f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/monst.c
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ NEARDATA struct permonst mons[] = {
SIZ(400, 300, MS_SILENT, MZ_MEDIUM), MR_ACID | MR_FIRE | MR_SONIC, 0,
M1_CLING | M1_HIDE | M1_ANIMAL | M1_NOEYES | M1_NOLIMBS | M1_CARNIVORE
| M1_NOTAKE,
M2_HOSTILE, 0, 0, 0, 9, CLR_BLUE),
M2_HOSTILE, 0, 0, 0, 12, CLR_BLUE),
MON("god piercer", S_PIERCER, /* SpliceHack */
LVL(20, 1, 0, 0, 3), (G_GENO),
A(ATTK(AT_BITE, AD_PHYS, 16, 6),
Expand All @@ -1865,7 +1865,7 @@ NEARDATA struct permonst mons[] = {
MR_ACID | MR_ELEC | MR_FIRE | MR_COLD | MR_SONIC, 0,
M1_CLING | M1_HIDE | M1_ANIMAL | M1_NOEYES | M1_NOLIMBS | M1_CARNIVORE
| M1_NOTAKE,
M2_HOSTILE, 0, 0, 0, 17, CLR_BRIGHT_MAGENTA),
M2_HOSTILE, 0, 0, 0, 20, CLR_BRIGHT_MAGENTA),
/*
* quadrupeds
*/
Expand Down

0 comments on commit e356f90

Please sign in to comment.