try not to miss ! marks
This commit is contained in:
+1
-1
@@ -345,7 +345,7 @@ gotobj:
|
|||||||
(otmp == uright && welded(uwep))
|
(otmp == uright && welded(uwep))
|
||||||
|| (otmp == uleft && welded(uwep) && bimanual(uwep)));
|
|| (otmp == uleft && welded(uwep) && bimanual(uwep)));
|
||||||
|
|
||||||
if (ostuck || !can_carry(mtmp, otmp) > 0) {
|
if (ostuck || can_carry(mtmp, otmp) == 0) {
|
||||||
static const char *const how[] = { "steal", "snatch", "grab",
|
static const char *const how[] = { "steal", "snatch", "grab",
|
||||||
"take" };
|
"take" };
|
||||||
cant_take:
|
cant_take:
|
||||||
|
|||||||
Reference in New Issue
Block a user