HorseNuggets / TerminatorPlus

the epic plugin
Eclipse Public License 2.0
145 stars 53 forks source link

Fix Fire Damage & Combos #35

Open Legit4K opened 3 years ago

Legit4K commented 3 years ago

Feature Description

This PR resolves the speed of fire damage against bots and fixes the combat cooldown against bots to match with vanilla.

Additional Context

This was done by setting the NoDamageTicks to 10 (half a second) and removing the NoDamageTicks reducer from the tick function as that caused it to abnormally quickly drop the NDT value back to 0.

Legit4K commented 3 years ago

This addresses the 2nd half of Issue #24