Bleach

From PZwiki
Revision as of 21:28, 20 March 2016 by AshtoneGrey (talk | contribs)

Template:Items A jug of bleach once used to remove stains from clothing and other surfaces. You can drink bleach, but it is a poison. You will die if you do so. While infected, this is an effective way to kill yourself before turning into a zombie.

Effects

Unhappy: -10 (seems to be a bug, it's listed twice [build 11])

Moodles: -60

Poison

Code

	item Bleach
	{
		HungerChange	=	-0,
		UnhappyChange	=	1000,		
		Weight		=	0.3,
		Type		=	Food,
		UnhappyChange	=	-10,
		ThirstChange	=	-60,
		DisplayName	=	Bleach,
		Icon		=	Bleach,
		Poison 		= 	true,
	}