Comb: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 4: Line 4:
|weight = 0.5
|weight = 0.5
}}
}}
'''Comb''' was first implemented into the game RC2.9. The comb currently has no in-game purpose.
'''Comb''' was first implemented into the game RC2.9 and is found on corpses or in bathrooms. The comb currently has no in-game purpose.


== History ==
== History ==
Line 14: Line 14:
| RC 2.9 || Added to the game.  
| RC 2.9 || Added to the game.  
|}
|}
== Code ==
<nowiki>item Comb
{
Weight = 0.2,
Type = Normal,
DisplayName = Comb,
Icon = Comb,
}</nowiki>


[[Category:Version 0.2.0r]]
[[Category:Version 0.2.0r]]

Revision as of 10:32, 31 July 2013

Template:Items Comb was first implemented into the game RC2.9 and is found on corpses or in bathrooms. The comb currently has no in-game purpose.

History

Alpha
RC 2.9 Added to the game.

Code

item Comb
{
Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Comb,
		Icon	=	Comb,
}