Skip to content

Commit 3429453

Browse files
committed
pass dict if precip_map None
1 parent 06baf31 commit 3429453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Monika After Story/game/zz_weather.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ init -50 python:
703703
self.__mhm = MASHighlightMap.create_from_mapping(
704704
store.mas_weather.PRECIP_TYPES,
705705
None,
706-
precip_map
706+
{} if precip_map is None else precip_map
707707
)
708708

709709
def __iter__(self):

0 commit comments

Comments
 (0)