Quadravol fire is waterproof.
This commit is contained in:
parent
997f63fd26
commit
50404e63d6
2 changed files with 2 additions and 7 deletions
|
|
@ -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) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue