forgot my password
Member
really a warning that taking a tunnel or killing a monster could cause you to finish the sewer, in case you don't want to do that
				
			The progress of the sewers is part of character state. There's a lot of things that mafia tracks badly or incompletely. That doesn't mean they're not useful. Knowing when the sewers are about to end is useful to know and a lot easier to track in mafia than by hand. Why do you think it's a bad idea?
int countInsults() { 
	int total;
	for i from 1 to 8
		if(get_property("lastPirateInsult"+i) == "true")
			total = total + 1;
	if(total > insults) {
		print("Learned insult number: "+total, "green");
		insults = total;
	}
	return total;
}