mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-28 18:10:16 +01:00
Updated World (thanks Parna) and other text files for release. --Rumble
This commit is contained in:
parent
00efdfc9aa
commit
ef9d61d984
349 changed files with 6589 additions and 5743 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue