If any shop shuffle slots are defined, define ALL of them to avoid information leakage.

This commit is contained in:
CaitSith2
2021-01-22 05:40:50 -08:00
parent f02715f988
commit 6095cfc586
3 changed files with 25 additions and 11 deletions

View File

@@ -1074,6 +1074,7 @@ class Boss():
class Location():
shop_slot: bool = False
shop_slot_disabled: bool = False
event: bool = False
locked: bool = False