Tissue: Difference between revisions

From PZwiki
No edit summary
mNo 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.However, in 0.2.0q, rain has been disabled, therefore, it is impossible to get a cold.
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.
 
 
 
 
 
 
 
 
 
 
 
 
 


== Code ==
== Code ==

Revision as of 14:32, 26 May 2013

Template:Items 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.

Code

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

Template:Navbox/Consumables