Bug Mafia thinks that Gingerbread mob hit is still available in standard even when not

taltamir

Member
Mafia incorrectly thinks that gingerbread mob hit is available in 2019 standard runs. Which throws off scripts.
In a standard run, just use the CLI command
Code:
ash have_skill($skill[gingerbread mob hit])
It should return false. But instead it returns true. This causes errors in scripts that rely on mafia tracking of available skills.
 

Darzil

Developer
That'll be a KOL bug, as it's KOL that tells us which skills we have.

It isn't unprecedented for us to handle it until KOL does.
 
Top