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
I looked into this a bit and could not find any easy way to fix this. For anyone else looking into this, UAP does not work for these reasons:
GenericStatusEffect is trying to add the GrayAccent status effect, which does not exist currently. If one is made, it will need to be added to the BaseMobSpecies StatusEffects whitelist to work.
The GrayAccent component does not actually do anything on its own when added to a mob. The actual word replacement is handled by the ReplacementAccent component with the accent set to gray.
There is no way to set the parameters for a component using GenericStatusEffect, so you would not be able to attach the ReplacementAccent with its accent set to gray using GenericStatusEffect.
Description
The UAP cocktail does not apply the Gray Accent. Additionally, the locale of the drink is broken.
Reproduction
Spawn any urist.
Drink a UAP.
Screenshots
Additional context
Discovered the issue trying to add a selectable grayspeak accent.
The text was updated successfully, but these errors were encountered: