Core.Object | +--Engine.Actor | +--Engine.DamageType | +--XIII.XIIIDamageType | +--XIII.DTFell
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class DTFell extends XIIIDamageType; 00005 00006 00007 00008 defaultproperties 00009 { 00010 DeathString="%o left a small crater" 00011 FemaleSuicide="%o left a small crater" 00012 MaleSuicide="%o left a small crater" 00013 bArmorStops=False 00014 SoundType=12 00015 }