home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / Gameplay / Classes / Burned.uc < prev    next >
Text File  |  2003-12-11  |  168b  |  10 lines

  1. class Burned extends DamageType
  2.     abstract;
  3.  
  4. defaultproperties
  5. {
  6.     DeathString="%o was sauteed."
  7.     FlashFog=(X=800,Y=600,Z=240)
  8.     bNoSpecificLocation=true
  9. }
  10.