17 lines
547 B
Ucode
17 lines
547 B
Ucode
|
//=============================================================================
|
||
|
// KFDT_Healing_ParasiteSeed
|
||
|
//=============================================================================
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2021 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
|
||
|
class KFDT_Healing_ParasiteSeed extends KFDT_Healing
|
||
|
abstract
|
||
|
hidedropdown;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
bNoPain=true
|
||
|
}
|