Sanitize screentip colors as hexcolor when saving, to prevent possible cases of null values that could break the interaction screentips.
Solution provided by SandPoot, in response to an issue posted by BongaTheProto.
The maximum character age a user can manually input is now defined by AGE_MAX_INPUT instead of AGE_MAX. These values are identical by default.
Also reverts the change to dialog box text.
* Butts
* testicle fix + hidden is back
* updated booba
* prob bad idea actually thinking about icon states
* fuck
* this should be everything now
* SandPoot's suggestion
Co-authored-by: SandPoot <43283559+SandPoot@users.noreply.github.com>
* tguify that last option
* Revert "tguify that last option"
This reverts commit f9d7a075e997e3d9c0a4f641db43343796cecb98.
* Revert "Merge branch 'master' into cursingcitadel"
This reverts commit 2998b1908a74b381857056f5ce6b34894d950c06, reversing
changes made to 6fc65a28fa4f6012c70675b4cbc0299d7740912a.
* Revert "Revert "Merge branch 'master' into cursingcitadel""
This reverts commit c4a2ad1a630b6376801df3e1cec88aad3d2935ea.
Co-authored-by: SandPoot <43283559+SandPoot@users.noreply.github.com>
Co-authored-by: Putnam3145 <putnam3145@gmail.com>
* why
* new signals for resting and stop pulling
these are to be used as signals that will cancel the coiling
* Create coiling.dm
* Update coiling.dm
* adds sprite accessory for coiled naga
* main changes that apply the actual visuals to the coiling mechanics
* adds message to coiling, fixes offset, adds action icon
* coil offset was using old direction
* reordering
* fixes coil sprite not disappearing
* fixes offsets, solves loadout issue
* follows lin's suggestion and adds support for slimes by making it entirely handled in handle mutant
* fix
* Update preferences.dm
* no slimes you're not allowed the hidden sprite
* new signals for resting and stop pulling
these are to be used as signals that will cancel the coiling
* Create coiling.dm
* Update coiling.dm
* adds sprite accessory for coiled naga
* main changes that apply the actual visuals to the coiling mechanics
* adds message to coiling, fixes offset, adds action icon
* coil offset was using old direction
* reordering
* fixes coil sprite not disappearing
* fixes offsets, solves loadout issue
* follows lin's suggestion and adds support for slimes by making it entirely handled in handle mutant