Core.Object | +--Engine.Actor | +--Engine.DamageType | +--XIII.XIIIDamageType | +--XIII.DTGunned
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class DTGunned extends XIIIDamageType 00005 abstract; 00006 00007 00008 defaultproperties 00009 { 00010 DeathString="%k made some additionnal holes in %o." 00011 DamageWeaponName="Gun" 00012 bCanKillStunnedCorspes=True 00013 SoundType=4 00014 }