Flashlight

From PZwiki
Revision as of 07:20, 6 August 2012 by Pianoman (talk | contribs)


Template:Items A flashlight is used to provide light for the player when it is dark. The light will attract zombies in a large radius around the player.

Requires batteries.


Code

item Torch
{
	Type				=			Drainable,
	DisplayName			=			Flashlight,
	Icon				=			Flashlight,
	Weight				=			5,
	DisappearOnUse 		=			false,
	UseDelta			=			0.0009,
}