Quadravol fire is waterproof.

This commit is contained in:
Mari the Deer 2022-08-22 20:05:04 +02:00
commit 50404e63d6
2 changed files with 2 additions and 7 deletions

View file

@ -958,11 +958,6 @@ Class OnFire : Thinker
Destroy();
return;
}
if ( victim.waterlevel > 0 )
{
if ( lite ) lite.Destroy();
amount -= int(victim.waterlevel**2);
}
if ( victim is 'Demolitionist' ) amount = min(amount-1,200); // Demo's body puts out fire faster
if ( victim.Health <= 0 ) amount = min(amount,100);
if ( !(level.maptime%3) )