DIFF

ActionTurnOnHeatpack.c

class ActionTurnOnHeatpack : ActionTurnOnWhileInHands
{
	void ActionTurnOnHeatpack()
	{
		m_Text = "#activate";
	}
}