Skip to content

Commit

Permalink
Разрешил Soul'ам летать сквозь огонь
Browse files Browse the repository at this point in the history
  • Loading branch information
PROPHESSOR committed Mar 6, 2021
1 parent 097603d commit c9eaf50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zscript/Patches.zsc
Expand Up @@ -170,6 +170,7 @@ class DRRPFire: Actor { // Has Decorate heir (DRRPFire_Decorate).

override bool CanCollideWith( Actor other, bool passive ) {
if ( other is "PlayerPawn"
|| other is "LostSoul"
|| other.bMISSILE == true ) {
return false;
}
Expand Down

1 comment on commit c9eaf50

@PROPHESSOR
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.