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

JBToolbox2.JBArlonMedbox


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
// ============================================================================
// JBArlonMedbox
// Copyright 2007 by Wormbo <wormbo@online.de>
// $Id: JBArlonMedbox.uc,v 1.1 2007-09-02 16:35:10 wormbo Exp $
//
// New pickup class for the Arlon medbox to fix problems arising from its
// custom healing amount.
// ============================================================================


class JBArlonMedbox extends HealthPack notplaceable;


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

defaultproperties
{
	// NOTE: StaticMesh  = StaticMesh'JB-Arlon-Gold.Medbox3' (dependency on a map package!)
	PickupMessage        = "You picked up a Medbox +"
	HealingAmount        = 50
	bOnlyReplicateHidden = False
	Physics              = PHYS_None
	bUnlit               = True
	Style                = STY_Normal
	bCollideWorld        = False	// don't adjust location when spawning this new actor
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: So 2.9.2007 18:35:10.000 - Creation time: Do 14.8.2014 09:58:41.777 - Created with UnCodeX