-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't get hippy disguise for L12 quest if you already have the frat war gear #1101
Comments
Started looking into this. Relevant task / func: Code Looks:
Then there's later a call after pulling (which wouldn't happen on a HC run) to use Hippy Disguise to get Frat Outfit.
Need to check what possessOutfit does next. |
So here is possessOutfit from auto_equipment.ash. Single parameter call is another shell func that feeds false into the below:
So the false 2nd parameter feed is pretty standard, almost an 'override' for the default !can_equip(piece) check. |
Stepping through L12_getOutfit() now that I have some context.
So there IS a check for the Frat War Outfit in 2 ( I'd say this warrants an attempt at replication before further code investigation. Unfortunately I have no plans to do a hardcore Ed run anytime soon, so this wraps up my poking. |
Context
Expected/Desired Behavior
Check for frat war outfit before getting hippy disguise.
Current Behavior
Autoscend acquires the filthy hippy disguise for the L12 quest even if you already have the war outfit.
Failure Information (for bugs)
The text was updated successfully, but these errors were encountered: