mthrowu, nhlan, options, regions, rip and role globals moved to g.
This commit is contained in:
@@ -606,8 +606,8 @@ can_twoweapon()
|
||||
You_cant("use two weapons in your current form.");
|
||||
else
|
||||
pline("%s aren't able to use two weapons at once.",
|
||||
makeplural((flags.female && urole.name.f) ? urole.name.f
|
||||
: urole.name.m));
|
||||
makeplural((flags.female && g.urole.name.f) ? g.urole.name.f
|
||||
: g.urole.name.m));
|
||||
} else if (!uwep || !uswapwep)
|
||||
Your("%s%s%s empty.", uwep ? "left " : uswapwep ? "right " : "",
|
||||
body_part(HAND), (!uwep && !uswapwep) ? "s are" : " is");
|
||||
|
||||
Reference in New Issue
Block a user