Skip to content

v0.11.5 - The Absolutely Normal Update

Compare
Choose a tag to compare
@ThePotatoGuy ThePotatoGuy released this 13 Sep 01:15
· 3410 commits to master since this release

patiently waits - Monika

Gameplay Changes

  • normal gameplay content

Topic Changes

Additions

  • monika_literature_value

Changes

  • mas_mood_lonely - added branches for affection
  • monika_eating_meat - fixed factual issue regarding vitamin B12
  • monika_promisering - removed Monika's assumption that the player knows about promise rings

Fixes

  • typofixes

  • fixed linux window reacts crashing on Wayland - NOTE: this means that window reacts do not run on systems running Wayland

  • fixed games not being unlocked when they should

  • fixed history resetting twice when loading from a pre-0.10.0 persistent

  • fixed crash in 0.11.4's update script

API Changes

Events

  • addEvent - changed so skipCalendar defaults to True

Backgrounds

  • MASFilterableBackground.isFltDay - changed so it returns None if this background doesn't know if this filter is day/night
  • MASFilterableBackground.isFltNight - changed so it returns None if this background doesn't know if this filter is day/night
  • MASFilterableBackgroundManager.is_flt_day - changed so it returns None if this background doesn't know if this filter is day/night
  • EXP_TYPE_OUTDOOR - new exprop for a background that represents an outdoor setting

Sprites

  • all major sprite objects now have __repr__ defined
  • MASMonika.load_state - fixed issue when used with primitives resulting in ACS being loaded in the wrong layers, if at all