diff options
-rw-r--r-- | npc/018-2_Woodland_mining_camp/caul.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2_Woodland_mining_camp/caul.txt b/npc/018-2_Woodland_mining_camp/caul.txt index fdc76b21..cb79cc4d 100644 --- a/npc/018-2_Woodland_mining_camp/caul.txt +++ b/npc/018-2_Woodland_mining_camp/caul.txt @@ -543,7 +543,7 @@ L_mopox_cure_setup: mes "[Brewing Mopox Cure]"; mes "You pour your two potions into the cauldron, then add a gamboge herb and a lifestone. Caul heats up the cauldron and you wait until it begins to boil."; - setarray @colours$, "white", "almost white", "light", "medium-light", "dark", "very dark", "almost black", "black"; + setarray @colours$, "white", "almost white", "light", "medium-dark", "dark", "very dark", "almost black", "black"; setarray @stickinesses$, "watery", "very runny", "runny", "gooey", "sticky", "very sticky", "almost solid"; set @stickiness, rand(7); set @colour, 2 + rand(5); |