Bale
Minion
It would be nice. If you're going to do that though, there's still a tiny hurdle to adding a wand button to Daily Deeds. Mafia has no innate way to know the item number of your wand. I've been using this:
However a wandType property containing the item number of the last seen wand would be nicer and match well with the _wandZaps preference.
wandType should be set to 0 on ascension or if the wand blows up.
Code:
int whichwand = 0;
for i from 1268 to 1272
if(item_amount(to_item(i)) > 0) whichwand = i;
wandType should be set to 0 on ascension or if the wand blows up.
Last edited: