mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed: Strife's peasants couldn't harm the player because they were defined as friendly.
This commit is contained in:
parent
aa338a4dc6
commit
5513966165
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ ACTOR Peasant : StrifeHumanoid
|
|||
Radius 20
|
||||
Height 56
|
||||
Monster
|
||||
+FRIENDLY
|
||||
+NEVERTARGET
|
||||
-COUNTKILL
|
||||
+NOSPLASHALERT
|
||||
+FLOORCLIP
|
||||
|
|
Loading…
Reference in a new issue