Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flu vaccine lasts 6 months instead of forever (#40287)
* Make flu shot last 6 months instead of forever The add_effect method's fourth argument "permanent" was set to true, making the flu shot last forever, despite the 30_days duration. This commit removes the permanent flag, and changes duration to 6 months (24 weeks).
- Loading branch information