Skip to content

Commit

Permalink
Cthulhu shouldn't have the Amulet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Soviet5lo committed Jul 5, 2016
1 parent 11e33b8 commit 4028a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ register struct monst *mtmp;
/* [DS] Cthulhu isn't fully integrated yet, and he won't be
* until Moloch's Sanctum is rearranged */
} else if (ptr == &mons[PM_CTHULHU]) {
(void)mongets(mtmp, AMULET_OF_YENDOR);
// (void)mongets(mtmp, AMULET_OF_YENDOR);
(void)mongets(mtmp, WAN_DEATH);
(void)mongets(mtmp, POT_FULL_HEALING);
} else if (ptr == &mons[PM_ASMODEUS]) {
Expand Down

0 comments on commit 4028a44

Please sign in to comment.