This commit is contained in:
Greyscale
2009-08-30 11:47:28 -07:00
3 changed files with 52 additions and 0 deletions

View File

@ -369,6 +369,9 @@ VolAnticampApplyAction(client, dataIndex, volumeIndex)
// Validate amount.
if (amount > 0.0)
{
// Extinguish player first.
ExtinguishEntity(client);
// Ignite player for "amount" seconds.
IgniteEntity(client, amount);