Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Extended Upgrades "DealsDamage 1" filter in AllowedWeapons does not disallow heavy's lunchbox items or other class' jars. #144

Open
raandomguy opened this issue Dec 10, 2024 · 0 comments

Comments

@raandomguy
Copy link

raandomguy commented Dec 10, 2024

Example:

ExtendedUpgrades [$SIGSEGV]
	{
		upgrade_DAMAGEBONUS
		{
			Attribute			"damage bonus HIDDEN"
			Cap					2
			Increment			0.25
			Cost				400
			Name				"+25% Damage"
			AllowedWeapons	// Restricts upgrade to specified weapons
			{
				DealsDamage	1	// All weapons dealing damage
			}
		}
	}

This should be unavailable for Scout's Mad Milk, Sniper's Jarate and Heavy's Sandvich, but it is available instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant