1
0
KF2-Dev-Scripts/KFGameContent/Classes/KFDT_Trap_SanitariumTentacle.uc

16 lines
582 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// 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
}