Werewolves now get a custom species name based on their chosen gender. Name prefixes used are based on Old English terms for Man, Woman, Person, and Object.
Sets a price for the condom item at PRICE_CHEAP_AS_FREE (10 credits), and updates the price for surplus condom box item to PRICE_BELOW_NORMAL (80 credits).
Converts the werewolf quirk actions to a subtype of action cooldown, and assigns a five second cooldown. This prevents spamming the ability.
Restraint check has been moved to a separate check to provide better feedback.
This commit does the following:
- Adds check_flags for restrained, stunned, unconscious, or dead
- Adds a return check for if the action is unavailable
- Removes the consciousness check
This commit does the following
- Adds checks for the following
- - Combat mode
- - Eye protection
- - Covered eyes (Unused)
- - Blindness
- - Valid mind
- - Anti-magic (excluding holy)
- - Cyborg target
- - Alien target (Unused)
- Adds a sound effect on successful triggering
- Converts carbon check to human check
- Moves the grab check after the living and carbon checks
This commit makes the following changes
- Adds comments
- Adds feedback for all fail conditions
- Adds pronoun support
- Adds check for mindshield
- Adds check for sleep immunity
- Adds check for carbon target
- Adds check for non-con preference
- - This allows skipping the consent prompt
- Reduces action time from 12s to 5s
- Reduces the required number of user inputs
- Updates variable names to match standards
- Updates hypno pref check to use NEVER_HYPNO
- Refactors code order and indentation
Adds an integration between Bloodsucker Fledgling that gives a positive or negative mood to the quirk holder when biting a target with cursed blood, depending on if the quirk holder also has cursed blood.
This commit updates the werewolf quirk mammal species check to check subtypes. This fixes undead mammal being missed by the checks, and improves compatibility with other potentially overlooked subtypes.
This commit does the following:
- Don't change owner species if already anthro or synth anthro
- Record starting species when transforming
This fixes the organ reset exploit for anthro and synth anthro races, and fixes the species reset for all races.
Restores missing newline markers to modular mood events. These were lost during a replacement of HTML spans. Also adds the missing span to mood event `cum_craving`.