It's in the sources, player.cpp to be more exact. You can just put the function to always return true an voila
Don't do that, ever.It's in the sources, player.cpp to be more exact. You can just put the function to always return true an voila
if (!playerTile || !playerTile->hasFlag(TILESTATE_PROTECTIONZONE)) {
return false;
}