View Issue Details

IDCategoryLast Update
0002687Bug Report2020-04-19 12:28
ReporterCasiope 
SeveritytrivialReproducibilityalways
Status newResolutionopen
Summary0002687: Pizza pamphlet not in Erik's mailbox item list but code exists to display it
DescriptionProbably because of an accidental copy-paste, the code to display Tony's Pizza flyer from Erik's mailbox is in the game; but this item is not supposed to appear in Erik's mailbox.
So either the list is incomplet, or some code lines have to be removed:

Line to check:
"erik": MailBoxManager("erik", ["m_dad_letter", "m_magazine", "m_newspaper"]),

Lines to check:
elif game.mail["erik"] == "m_pizza_pamphlet":
        call expression game.dialog_select("mailbox_pizza_pamphlet")


Lines to check:
elif game.mail["erik"] == "m_pizza_pamphlet":
        imagebutton:
            focus_mask True
            pos(240,480)
            idle game.timer.image("objects/object_mailbox_item02{}.png")
            hover HoverImage(game.timer.image("objects/object_mailbox_item02{}.png"))
            action HideAll(), Jump("eriks_mailbox_item")
Platform/OSWindows
Version0.19.5

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-04-19 12:21 Casiope New Issue
2020-04-19 12:25 Casiope Description Updated View Revisions
2020-04-19 12:27 Casiope Description Updated View Revisions
2020-04-19 12:28 Casiope Description Updated View Revisions