Candle: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Items |image = Candle.png |weight = 1 }} == Code == <nowiki>item Candle { Type = Normal, DisplayName = Candle, Icon = Candle, Weight = 1...")
 
(added 'Currently, the candle does not provide light for the player.')
Line 4: Line 4:
|weight = 1
|weight = 1
}}
}}
Currently, the candle does not provide light for the player.
== Code ==
== Code ==
  <nowiki>item Candle
  <nowiki>item Candle

Revision as of 00:23, 29 March 2012

Template:Items

Currently, the candle does not provide light for the player.

Code

item Candle
{
	Type				=			Normal,
	DisplayName			=			Candle,
	Icon				=			Candle,
	Weight				=			1,
}