Quadravol fire is waterproof.
This commit is contained in:
parent
997f63fd26
commit
50404e63d6
2 changed files with 2 additions and 7 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r366 \cu(Mon 22 Aug 20:04:17 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r366 \cu(2022-08-22 20:04:17)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r367 \cu(Mon 22 Aug 20:05:04 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r367 \cu(2022-08-22 20:05:04)\c-";
|
||||
|
|
|
|||
|
|
@ -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