mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-19 03:07:20 +01:00
* Add organ-specific estrous messages Adds differing messages for the In Estrous quirk based on what reproductive organs the quirk holder possesses. Adds support for changing the message ending, which is intended for use downstream. Changes the gain text to be less specific. * Fix minor typo for In Estrous examine text Fixes a potential case of "currently in influenced" that could occur due to a text oversight. * Use signals for Estrous organ change Updates for the In Estrous quirk to use signal handlers. This commit does the following - Adds signal for organ insertion - Adds signal for organ removal - Adds quirk function for updating organs - Adds quirk signal handlers for organ adding and removing - Adds quirk check for no valid organs * Fix positional argument use for organ signals Removes improper use of positional arguments from the organ insertion and removal functions, and improves the variable name for mob. * Organ manipulation argument fixes Restores missing arguments and adds additional signal arguments for organ insertion and removal. * Unregister In Estrous quirk signals as a list Combines the UnregisterSignal functions in the In Estrous quirk removal. Co-authored-by: SandPoot <43283559+SandPoot@users.noreply.github.com> --------- Co-authored-by: SandPoot <43283559+SandPoot@users.noreply.github.com>