Tissue: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 4: Line 4:
|weight = 0.1
|weight = 0.1
}}
}}
Tissue can be equipped to mute sneezes and coughs that are caused by staying in the rain Each time a sound is muted, the tissue deteriorates. After the tissue is sufficiently deteriorated, the player will have to use a new tissue.
Tissue can be equipped to mute sneezes and coughs that are caused by staying out in the rain. Each time a sound is muted, the tissue deteriorates. After the tissue is sufficiently deteriorated, the player will have to use a new tissue.


== Code ==
== Code ==

Revision as of 22:52, 27 March 2014

Template:Items Tissue can be equipped to mute sneezes and coughs that are caused by staying out in the rain. Each time a sound is muted, the tissue deteriorates. After the tissue is sufficiently deteriorated, the player will have to use a new tissue.

Code

item Tissue
{
	Type				=			Drainable,
	DisplayName			=			Tissue,
	Icon				=			Tissue,
	Weight				=			0.1,
	UseWhileEquipped	= 			false,
}

History

Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Consumables