From 9688c8b4d8aaf5ab44d9a432213f87c7a682639e Mon Sep 17 00:00:00 2001 From: Umbire <56782189+Umbire@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:15:00 -0500 Subject: [PATCH] Give Orion ammo that fits launcher Very simple change code-wise - if he's gonna use a yumi a hunter of his expertise should presumably have the projectiles match. --- dat/Ran-strt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dat/Ran-strt.lua b/dat/Ran-strt.lua index 2540b623f..8628bcc39 100644 --- a/dat/Ran-strt.lua +++ b/dat/Ran-strt.lua @@ -49,7 +49,7 @@ des.levregion({ region = {51,2,77,18}, region_islev = 1, type="branch" }) des.monster({ id = "Orion", coord = {20, 10}, inventory = function() des.object({ id = "leather armor", spe = 4 }); des.object({ id = "yumi", spe = 4 }); - des.object({ id = "arrow", spe = 4, quantity = 50 }); + des.object({ id = "ya", spe = 4, quantity = 50 }); end }) -- The treasure of Orion des.object("chest", 20, 10)