Skip to content
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

Add locations #518

Closed
wants to merge 9 commits into from
Closed

Add locations #518

wants to merge 9 commits into from

Commits on Jul 25, 2023

  1. First passthrough of locations

    Vgr255 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e662b65 View commit details
    Browse the repository at this point in the history
  2. ah yes,

    Vgr255 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e6cc213 View commit details
    Browse the repository at this point in the history
  3. wtf happened

    Vgr255 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c611a5b View commit details
    Browse the repository at this point in the history
  4. Remove Reason

    Vgr255 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    72e664f View commit details
    Browse the repository at this point in the history
  5. Fix bugs etc.

    Vgr255 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9551994 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Undo weird optimization

    Vgr255 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3f51143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc1dcad View commit details
    Browse the repository at this point in the history
  3. inv'd

    Vgr255 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4de58f6 View commit details
    Browse the repository at this point in the history
  4. Convert vigilante suicide to a killer tag

    This allows transition_day to correctly determine the vigilante's
    location and for us to still be able to suppress protections. Formerly,
    the add_dying() would circumvent much of transition_day's logic because
    they were already treated as dead, which led to the situation where a
    wolf attacking a vigilante who guesses wrong will play a "target not
    home" message due to said vigilante already being dead (and therefore
    not having a location).
    skizzerz authored and Vgr255 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a8c747a View commit details
    Browse the repository at this point in the history