Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

JBAddonLlama.JBDamageTypeLlamaDied


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
//=============================================================================
// JBDamageTypeLlamaDied
// Copyright 2003 by Wormbo <wormbo@onlinehome.de>
// $Id: JBDamageTypeLlamaDied.uc,v 1.1 2003/07/29 14:50:52 wormbo Exp $
//
// Damage type used for killing the llama when the llama hunt lasts too long.
//=============================================================================


class JBDamageTypeLlamaDied extends DamageType
  abstract;


//=============================================================================
// Default properties
//=============================================================================

defaultproperties
{
  DeathString="%o didn't want to be a llama anymore."
  MaleSuicide="%o didn't want to be a llama anymore."
  FemaleSuicide="%o didn't want to be a llama anymore."
  bLocationalHit=false
  bArmorStops=false
  bSpecial=True
  bCausesBlood=False
  bNeverSevers=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 29.7.2003 16:50:52.000 - Creation time: Do 14.8.2014 09:58:41.943 - Created with UnCodeX