Forgot PC for abbreviation in rules

This commit is contained in:
MarioSpore
2025-09-30 00:59:38 -04:00
parent 2572a25089
commit 0e397c7079

View File

@@ -516,10 +516,10 @@ rules_dict: dict[str,list[list[str]]] = {
# ],
# "Pink Present": [
# [REL],
# ["Pancake"]
# [PC]
# ],
# "Yellow Present": [
# ["Pancake"]
# [PC]
# ]
}