home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Engine / Classes / Gibbed.uc < prev    next >
Text File  |  2003-06-23  |  311b  |  13 lines

  1. class Gibbed extends DamageType
  2.     abstract;
  3.  
  4. defaultproperties
  5. {
  6.     DeathString="%o exploded in a shower of body parts"
  7.     MaleSuicide="%o exploded in a shower of body parts"
  8.     FemaleSuicide="%o exploded in a shower of body parts"
  9.  
  10.     bAlwaysGibs=true
  11.     bNoSpecificLocation=true
  12.     bArmorStops=false
  13. }