Skip to content

Commit

Permalink
Mark dogs as monsters, they already count in kill%
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferk committed Oct 12, 2019
1 parent f59b102 commit b71ee82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/dehacked.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ the two Things for PUSH and PULL wind sources at the end.
NOBLOCKMAP

140 DOGS
SOLID+SHOOTABLE+COUNTKILL
SOLID+SHOOTABLE+COUNTKILL+ISMONSTER

141 PLASMA1
NOBLOCKMAP+MISSILE+DROPOFF+NOGRAVITY+BOUNCES
Expand Down
2 changes: 1 addition & 1 deletion src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -5547,7 +5547,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = {
100, // mass
0, // damage
sfx_dgact, // activesound
MF_SOLID|MF_SHOOTABLE|MF_COUNTKILL, // flags
MF_ISMONSTER|MF_SOLID|MF_SHOOTABLE|MF_COUNTKILL, // flags
S_DOGS_RAISE1, // raisestate
0, // meleethreshold
0, // maxattackrange
Expand Down

0 comments on commit b71ee82

Please sign in to comment.