Mop: Difference between revisions

From PZwiki
(new infobox and format)
mNo edit summary
Line 8: Line 8:
|weight = 0.1
|weight = 0.1
|primary_use = Clean Bloodstains
|primary_use = Clean Bloodstains
|class_name = Base.Mop
}}
}}
A '''mop''' is a mostly useless [[item]].  
A '''mop''' is a mostly useless [[item]].  

Revision as of 10:25, 8 August 2018

Mop
Mop
General
Category Item
Encumbrance
Heavy Load
0.1
Function Clean Bloodstains
Technical details
Base ID Base.Mop

A mop is a mostly useless item.

Usage

If the player is carrying both a bottle of bleach and a mop, when right-clicking a blood splatter, the option "Clean Blood" will appear. Cleaning bloodstains is currently cosmetic and will not affect the player's health. Both the bath towel and dish towel also have the same function, however they also have additional uses and will usually be preferred over the mop.

Distribution

It can usually be found inside kitchen counters.

Code

	item Mop
		Weight		= 0.1,
		Type		= Normal,
		DisplayName	= Mop,
		Icon		= Mop,

See also