Updated World (thanks Parna) and other text files for release. --Rumble

This commit is contained in:
Rumble
2010-01-26 23:24:49 +00:00
parent 00efdfc9aa
commit ef9d61d984
349 changed files with 6589 additions and 5743 deletions

View File

@@ -298,6 +298,10 @@ ACMD(do_bash)
send_to_char(ch, "This mob is protected.\r\n");
return;
}
if (MOB_FLAGGED(vict, MOB_NOBASH))
percent = 101;
percent = rand_number(1, 101); /* 101% is a complete failure */
prob = GET_SKILL(ch, SKILL_BASH);