Skip to content

Commit

Permalink
Cthulhu can bust down doors.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 6, 2023
1 parent 46aa47b commit dee553b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monmove.c
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ register int after;
can_open = !(nohands(ptr) || r_verysmall(mtmp));
can_unlock = ((can_open && monhaskey(mtmp, TRUE))
|| mtmp->iswiz || is_rider(ptr));
doorbuster = racial_giant(mtmp);
doorbuster = racial_giant(mtmp) || mtmp->data == &mons[PM_CTHULHU];
if (mtmp->wormno)
goto not_special;
/* my dog gets special treatment */
Expand Down

0 comments on commit dee553b

Please sign in to comment.