putting a saddle on a cockatrice
If you try to put a saddle on a cockatrice, you turn to stone, even if wearing gloves. This seemed inconsistent with other cases, and I couldn't think of a reason why you'd touch the cockatrice with another body part, so I added the uarmg test.
This commit is contained in:
@@ -79,7 +79,7 @@ use_saddle(otmp)
|
||||
return 1;
|
||||
}
|
||||
ptr = mtmp->data;
|
||||
if (touch_petrifies(ptr) && !Stone_resistance) {
|
||||
if (touch_petrifies(ptr) && !uarmg && !Stone_resistance) {
|
||||
char kbuf[BUFSZ];
|
||||
|
||||
You("touch %s.", mon_nam(mtmp));
|
||||
|
||||
Reference in New Issue
Block a user