15 lines
576 B
Ucode
15 lines
576 B
Ucode
|
//=============================================================================
|
||
|
// KFPowerUp_HellishRage
|
||
|
//=============================================================================
|
||
|
// Base class for the hellish rage power up
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
class KFPowerUp_HellishRage_NoCostHeal extends KFPowerUp_HellishRage;
|
||
|
|
||
|
DefaultProperties
|
||
|
{
|
||
|
HealthCost=0
|
||
|
}
|