16 lines
582 B
Ucode
16 lines
582 B
Ucode
|
//=============================================================================
|
||
|
// KFDT_Trap_SanitariumTentacle
|
||
|
//=============================================================================
|
||
|
// Damage caused by the tentacle trap in Sanitarium
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2019 Tripwire Interactive
|
||
|
//=============================================================================
|
||
|
|
||
|
class KFDT_Trap_SanitariumTentacle extends KFDamageType;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
bIsTrapDamage=true
|
||
|
}
|