Skip to content

Commit

Permalink
Doom: Don't increase Pain Elementals speed on Skill 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasperal committed Aug 18, 2024
1 parent 3d65679 commit 4dfdb9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/doom/g_sk_unm.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ O(MT_HEAD, speed, + 6) /* Cacodemon (8 to 14) */ \
O(MT_KNIGHT, speed, + 6) /* Hell Knight (8 to 14) */ \
O(MT_BRUISER, speed, + 6) /* Baron of Hell (8 to 14) */ \
O(MT_BABY, speed, + 5) /* Arachnotron (12 to 17) */ \
O(MT_PAIN, speed, + 6) /* Pain Elemental (8 to 14) */ \
O(MT_UNDEAD, speed, + 4) /* Revenant (10 to 14) */ \
O(MT_FATSO, speed, + 3) /* Mancubus (8 to 12) */ \
O(MT_VILE, speed, + 3) /* Archvile (15 to 18) */ \
Expand Down

0 comments on commit 4dfdb9c

Please sign in to comment.