Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
/ DF Public archive

Commit

Permalink
Pain Elemental fix
Browse files Browse the repository at this point in the history
Now he shouldn't attack his brothers
  • Loading branch information
binarymaster committed Nov 8, 2014
1 parent 7f4e8d2 commit 18d3e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DF Sources/g_monsters.pas
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function IsFriend(a, b: Byte): Boolean;
if a = b then
case a of
MONSTER_IMP, MONSTER_DEMON, MONSTER_BARON, MONSTER_KNIGHT, MONSTER_CACO,
MONSTER_SOUL, MONSTER_MANCUB, MONSTER_SKEL, MONSTER_FISH:
MONSTER_SOUL, MONSTER_PAIN, MONSTER_MANCUB, MONSTER_SKEL, MONSTER_FISH:
Exit; // Ýòè íå áüþò ñâîèõ
end;

Expand Down

0 comments on commit 18d3e6c

Please sign in to comment.