fix some recent lint
This commit is contained in:
@@ -96,8 +96,9 @@ register struct obj *obj;
|
||||
if (!Blind)
|
||||
pline("%s shining.", Tobjnam(olduwep, "stop"));
|
||||
}
|
||||
if (uwep == obj && ((uwep && uwep->oartifact == ART_OGRESMASHER)
|
||||
|| olduwep && olduwep->oartifact == ART_OGRESMASHER))
|
||||
if (uwep == obj
|
||||
&& ((uwep && uwep->oartifact == ART_OGRESMASHER)
|
||||
|| (olduwep && olduwep->oartifact == ART_OGRESMASHER)))
|
||||
context.botl = 1;
|
||||
/* Note: Explicitly wielding a pick-axe will not give a "bashing"
|
||||
* message. Wielding one via 'a'pplying it will.
|
||||
|
||||
Reference in New Issue
Block a user