Bug - Fixed MP Restoration in Zombie

bumcheekcity

Active member
Code:
> cast 50 summon min

Encounter: Summon Minion
Encounter: Summon Minion
You lose 5,000 Meat

> ash my_mp()

Returned: 0

> ashq visit_url("charpane.php")

> ash my_mp()

Returned: 63

MP (i.e. horde) restored in ZM doesn't appear to be properly tracked for some reason.
 

lostcalpolydude

Developer
Staff member
Mafia would have loaded api.php instead of charpane.php after that command (something that changed in mafia after the path ended), and horde isn't updated there, probably because it wasn't reported there at the time. Does api.php now report horde when in a zombie run, either with the "mp" key or with something else like "horde"?
 
Top