Some wallbusting fixing.

This commit is contained in:
Mari the Deer 2021-03-12 21:54:57 +01:00
commit cb3c253bb8
4 changed files with 21 additions and 15 deletions

View file

@ -1144,7 +1144,7 @@ Class Demolitionist : PlayerPawn
else if ( pos.z <= florz )
tempme.Results.Tier = TIER_LOWER;
}
if ( BusterWall.Bust(tempme.Results,dmg,self,dir,pos.z+Height/2) )
if ( BusterWall.Bust(tempme.Results,dmg,self,dir,pos.z+Height) )
{
// busted through
if ( raging )