diff --git a/data.json b/data.json index 6a2cfb4..02fe8dd 100644 --- a/data.json +++ b/data.json @@ -69,10 +69,10 @@ ["save",3], ["terrorizing",3], ["trick",3], + ["flying",3], ["half",4], ["high",4], - ["flying",4], ["Dragonsong",5], ["Giant's Heart",5], @@ -106,7 +106,7 @@ "- [Andromedes/0+6] [Moklus/0], a [dwarf/1] [artificer/7] from [Hammerhome/5] and [diplomat/1] in [Dragonsong/5].", "- [Aslak/0], an [orc/1] [barbarian/7]/[monk/7] from [The%Westerlands/5] and [trainee/1] of [Nix/0+6] [McGalloway/0].", "- [Marigold/0+6] [Sagemonger/0], a [high/4] [elf/1] [wizard/7] from [The%Empire/5] and owner of [Sagemonger/0]'s.", - "- [Nix/0+6] [McGalloway/0], a [changeling/1] [monk/7] from [The%Westerlands/5] and owner of the [flying/4] [pegasus/1].", + "- [Nix/0+6] [McGalloway/0], a [changeling/1] [monk/7] from [The%Westerlands/5] and owner of the [flying/3] [pegasus/1].", "- [Sam/0], a [satyr/1] [cleric/7] from [The%Feywilds/5].", "- [Silvan/0], a [human/1] [fighter/7] from [The%Empire/5] and formerly a [trainee/1] of [Paterius/0+6] [Enkelton/0]." ], diff --git a/main.py b/main.py index 40b32e4..353f5bd 100644 --- a/main.py +++ b/main.py @@ -508,7 +508,7 @@ def main(data: dict): while running: for event in pygame.event.get(): - if event.type == pygame.MOUSEBUTTONUP: + if event.type == pygame.MOUSEBUTTONDOWN: click_slot() i = focused() if isinstance(i,int):