Page MenuHomeFeedback Tracker

[FEATURE REQUEST] destroy (all? long?) items triggering bear traps
New, NormalPublic

Description

Long sticks should become ruined on disarming bear traps

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10
Category
General
Steps To Reproduce
modded class ActionClapBearTrapWithThisItem : ActionSingleUseBase
{
	override void OnExecuteServer(ActionData action_data)
	{
		super.OnExecuteServer(action_data);

		#ifdef SERVER
		if (action_data.m_MainItem)
			action_data.m_MainItem.SetHealth(0);	// destroy item used to disarm the trap
		#endif
	}
}

Event Timeline

Traqu created this task.Fri, Apr 25, 2:26 PM
LouMontana renamed this task from [FEATURE REQUEST] to [FEATURE REQUEST] destroy (all? long?) items triggering bear traps.Fri, Apr 25, 6:11 PM
LouMontana changed Severity from None to Feature.
LouMontana edited Steps To Reproduce. (Show Details)
LouMontana changed Operating System from Windows 7 to Windows 10.