This commit is contained in:
2025-01-21 17:45:21 +01:00
parent 988243fc4a
commit a73ac825a9
2 changed files with 3 additions and 3 deletions

View File

@@ -69,10 +69,10 @@
["save",3], ["save",3],
["terrorizing",3], ["terrorizing",3],
["trick",3], ["trick",3],
["flying",3],
["half",4], ["half",4],
["high",4], ["high",4],
["flying",4],
["Dragonsong",5], ["Dragonsong",5],
["Giant's Heart",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].", "- [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].", "- [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.", "- [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].", "- [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]." "- [Silvan/0], a [human/1] [fighter/7] from [The%Empire/5] and formerly a [trainee/1] of [Paterius/0+6] [Enkelton/0]."
], ],

View File

@@ -508,7 +508,7 @@ def main(data: dict):
while running: while running:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == pygame.MOUSEBUTTONUP: if event.type == pygame.MOUSEBUTTONDOWN:
click_slot() click_slot()
i = focused() i = focused()
if isinstance(i,int): if isinstance(i,int):