Feature - Implemented Fishy Pipe daily deed

magered

New member
I would like to request the addition of "fishy pipe" to the "Daily Deeds" list with a corresponding button for use, should a player have one in inventory. It is a single use per day (non-consumed) item giving 10 turns of "Fishy."

This feature would be useful to anyone using "The Sea" content. This would enable players, whom have the pipe, to remember to use it; and make it a lot easier than trying to hunt it down in inventory.

Thanks for all the work.

YHS,
MageRed
 

slyz

Developer
You can already add the fishy pipe as a custom item deed.

Go to Preferences -> Daily Deeds (in the Automation section) -> "add custom". This menu allows you to add your own daily deeds.

In this case, you want an Item deed, that you can setup like this:
Code:
[B]displayText:[/B]Fishy Pipe
[B]preference:[/B] _fishyPipeUsed
[B]item:[/B] fishy pipe
[B]maxUses:[/B] 1
_fishyPipeUsed is the preference that Mafia uses to track whether you have used the fishy pipe today or not.

Your new Daily Deed will be added at the bottom of your Current Deeds. You will see a line like this:
Code:
$CUSTOM|Item|Fishy Pipe|_fishyPipeUsed|Fishy Pipe|1
Just move around this line to choose its place in your Daily Deed panel.
 
Last edited:

AlbinoRhino

Active member
r11972 added this but you have to drag it from the "built-in deeds" into the "current deeds" list before it will show up in the panel.
 
Top