Bug - Fixed [L10] Mafia doesn't deduct model airship from inventory (choice677)

heeheehee

Developer
Staff member
All my playing is in the relay browser.

According to my session logs,
Code:
choice.php?pwd&whichchoice=675&option=4
Encounter: Copper Feel
Took choice 677/1: With model airship, complete quest, otherwise fight Steampunk Giant

In the CLI:
Code:
> inv model airship

model airship

> itemref model airship

6299: model airship
Returned: void
[/code

In chat:
[code]
/count model airship
Sorry, I can't figure out what "model airship" means. Perhaps you have 0.

I've provided a patch, but I haven't tested it yet.
 

Attachments

12164. You were missing an important break; line in your patch. Other than that, I replaced processResult() with removeItem(), which already checks to make sure you have the item.
 
Last edited:
Back
Top