Bug Fixes

This commit is contained in:
Gouvernathor 2023-11-16 17:40:48 +01:00 committed by LoafyLemon
parent 26ecf0e6f0
commit 19d81fa9b8
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,6 @@ label summon:
label summon_menu(xx=723, yy=90):
call update_stats
$ map_transcript_loc = {"library": "Library", "room_g": "Gryffindor Dormitory", "room_s": "Slytherin Dormitory", "room_r": "Ravenclaw Dormitory", "room_h": "Hufflepuff Dormitory", "great_hall": "Great Hall", "courtyard": "Courtyard", "forest": "Forest", "greenhouse": "Greenhouse", "defense": "D.A.D.A Classroom", "training_grounds": "Training Grounds", "Lake": "Lake", "randomstudent": renpy.random.choice(["Classroom", "Bathroom", "Hagrid's Hut", "Weasley's Store", "Mafkin's Store", "Broom Cupboard", "Attic"]), "randomsnape": renpy.random.choice(["Classroom", "Boathouse", "Bathroom", "Snape's Office", "Hall", "Slytherin Dormitory", "Library", "Attic", "Forest", "Lake", "Dungeons", "Quidditch Cave", "Staircase", "Behind your door", "Room of Doom"]), "randomtonks": renpy.random.choice(["Classroom", "Bathroom", "Hall", "Gryffindor Dormitory", "Slytherin Dormitory", "Hufflepuff Dormitory", "Ravenclaw Dormitory", "Training Grounds", "Tonks' Room", "Quidditch Pitch", "Infirmary", "Sex Dungeon", "Hospital Wing", "Forest", "Lake", "Greenhouse", "Mafkin's Store"])}
# Door dictionary

View File

@ -329,6 +329,7 @@ screen inventory_menuitem(xx, yy):
grid 9 4:
style "empty"
pos (24, 113)
spacing 5
for i in range(current_page*items_shown, (current_page*items_shown)+items_shown):
if i < menu_items_length:
@ -338,6 +339,7 @@ screen inventory_menuitem(xx, yy):
style "empty"
xsize 48
ysize 48
add gui.format("interface/achievements/{}/iconbox.webp")
if current_item is not None and current_item.id == menu_items[i].id:
@ -430,4 +432,4 @@ style inventory_button:
style inventory_button_text:
outlines []
align (0.5, 0.5)
size 16
size 16