Bug - Fixed Mafia not recognizing campfire smoke usage

Aventuristo

Member
I use the following code to send a smoke signal from my second Campsite:

Code:
    buffer x = visit_url("inv_use.php?which=f-1&whichitem=10313");
    x = visit_url("choice.php?whichchoice=1394&option=1&message=" + url_encode(smoke_message));

Though parsing x indicates success, Mafia doesn't decrement the number of campfire smokes in my inventory. Is this a bug that needs fixing? Is there a better way for me to send smoke signals?
 

Veracity

Developer
Staff member
We just need to learn that choice 1394/1 consumes a campfire smoke if successful.
What is the success message?
 
Top