Skip to content

Commit

Permalink
Raised the level of orange molds, so they have more HP.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 29, 2023
1 parent 1ce87e1 commit 5d0351b
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 @@ -3789,15 +3789,15 @@ NEARDATA struct permonst mons[] = {
M2_HOSTILE | M2_NEUTER, M3_INFRAVISIBLE,
M4_VULNERABLE_COLD, 0, 2, CLR_RED),
MON("orange mold", S_FUNGUS,
LVL(1, 0, 9, 0, 0), (G_GENO | 1),
LVL(5, 0, 9, 0, 0), (G_GENO | 1),
A(ATTK(AT_NONE, AD_SLEE, 0, 4),
NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
SIZ(50, 30, MS_SILENT, MZ_SMALL),
MR_SLEEP | MR_POISON | MR_SICK, MR_SLEEP,
M1_BREATHLESS | M1_NOEYES | M1_NOLIMBS | M1_NOHEAD
| M1_MINDLESS | M1_NOTAKE,
M2_HOSTILE | M2_NEUTER, M3_INFRAVISIBLE,
M4_VULNERABLE_COLD, 0, 3, CLR_ORANGE),
M4_VULNERABLE_COLD, 0, 5, CLR_ORANGE),
MON("shrieker", S_FUNGUS,
LVL(3, 1, 7, 0, 0), (G_GENO | 1),
A(NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
Expand Down

0 comments on commit 5d0351b

Please sign in to comment.