Skip to content

Commit

Permalink
added DamType_Electrified
Browse files Browse the repository at this point in the history
  • Loading branch information
Shtoyan committed Aug 15, 2021
1 parent ca290bc commit cee5f51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Classes/DamType_Electrified.uc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// source KF Alex SnuffScript.u
class DamType_Electrified extends DamageType
abstract;


defaultproperties
{
DeathString="%o was zapped."
bLocationalHit=False
FlashFog=(X=800.000000,Y=600.000000,Z=240.000000)
}

0 comments on commit cee5f51

Please sign in to comment.