You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Venomous mutation does not interact with Large Talons mutations when attacking unarmed. It does not apply its poison effect.
Steps To Reproduce
Steps to reproduce the behavior:
Make a player with the Venomous and Large Talons mutations.
Attack an enemy without weapons and deal cut damage.
The attacks don't apply poison.
Expected behavior
Unarmed melee attacks have the advertised chance to apply poison when dealing cutting damage. Unarmed attacks with the Large Talons mutation deal cut damage, which, technically, qualifies them for the Venomous mutation to take effect:
The Large Talons mutation turns the player's unarmed melee attacks into the cutting type, this is an example of me doing that:
Venomous probably doesn't recognize the attacks as viable for its effect because they're not extra attacks like a Beak mutation gives you, which by the way does apply the poison effect.
Version: Latest as of 15th December 2019, tested with no mods.
The text was updated successfully, but these errors were encountered:
Yeah so looking at the code only special attack can apply the poison effect. Since special attacks happen in the same turn as normal attack we can either make it so one of those poison the enemy if it deals cut/stab damage or make it OP and have both of them deal poison.
Describe the bug
Venomous mutation does not interact with Large Talons mutations when attacking unarmed. It does not apply its poison effect.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Unarmed melee attacks have the advertised chance to apply poison when dealing cutting damage. Unarmed attacks with the Large Talons mutation deal cut damage, which, technically, qualifies them for the Venomous mutation to take effect:
The Large Talons mutation turns the player's unarmed melee attacks into the cutting type, this is an example of me doing that:
Venomous probably doesn't recognize the attacks as viable for its effect because they're not extra attacks like a Beak mutation gives you, which by the way does apply the poison effect.
Version: Latest as of 15th December 2019, tested with no mods.
The text was updated successfully, but these errors were encountered: