1
0
KF2-Dev-Scripts/KFGame/Classes/KFPowerUp_HellishRage_NoCostHeal.uc

15 lines
576 B
Ucode
Raw Normal View History

2021-03-02 11:56:51 +00:00
//=============================================================================
// 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
}