summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcuoco <atunna2026@gmail.com>2023-04-27 22:32:55 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-04-27 22:32:55 +0000
commitd4e93e5f8791a8642cff1eba32eb36bccac0e547 (patch)
tree96e2d286dd71b6e0caf20da848c323391f61da8b
parent9601f68d94f5a1823123e005e0a1a00991b5bcb1 (diff)
downloadserverdata-d4e93e5f8791a8642cff1eba32eb36bccac0e547.tar.gz
serverdata-d4e93e5f8791a8642cff1eba32eb36bccac0e547.tar.bz2
serverdata-d4e93e5f8791a8642cff1eba32eb36bccac0e547.tar.xz
serverdata-d4e93e5f8791a8642cff1eba32eb36bccac0e547.zip
Make more potions craftable
-rw-r--r--world/map/npc/029-2/alchemy.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/world/map/npc/029-2/alchemy.txt b/world/map/npc/029-2/alchemy.txt
index 7bc58337..537d269c 100644
--- a/world/map/npc/029-2/alchemy.txt
+++ b/world/map/npc/029-2/alchemy.txt
@@ -132,7 +132,9 @@ L_InitVars:
setarray .recipes$[0], 0,
"DilutedConcentrationPot", "DarkConcentrationPotion", "ConcentrationPotion",
"CactusDrink", "CactusDrink", "CactusPotion",
- "PinkPetal", "BottleOfWater", "ConcentrationPotion";
+ "PinkPetal", "BottleOfWater", "ConcentrationPotion",
+ "SmallMushroom", "BottleOfWater", "IronPotion",
+ "MountainSnakeTongue", "BottleOfWater", "SlowPoisonPotion";
set .rsize, getarraysize(.recipes$);
end;
}