mthrowu, nhlan, options, regions, rip and role globals moved to g.
This commit is contained in:
@@ -288,7 +288,7 @@ int *attk_count, *role_roll_penalty;
|
||||
/* role/race adjustments */
|
||||
if (Role_if(PM_MONK) && !Upolyd) {
|
||||
if (uarm)
|
||||
tmp -= (*role_roll_penalty = urole.spelarmr);
|
||||
tmp -= (*role_roll_penalty = g.urole.spelarmr);
|
||||
else if (!uwep && !uarms)
|
||||
tmp += (u.ulevel / 3) + 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user