Skip to content

Commit

Permalink
missed an and
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Feb 14, 2024
1 parent 5c01e54 commit 971d092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/locations/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { MapModal } from "./map-modal";

const specialMonsterHints: { [x in string]: string } = {
"random-aberration-unholy-paladin": "The darkness here isn't natural",
"random-aberration-thornbrute": "The overgrowth here is hostile deadly",
"random-aberration-thornbrute": "The overgrowth here is hostile and deadly",
"domari-aberration-1": "The ash in the air is so thick you can barely breath",
"random-aberration-moving-mountain": "The ground itself threatens you",
};
Expand Down

0 comments on commit 971d092

Please sign in to comment.