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.
This commit is contained in:
Umbire
2024-02-21 16:15:00 -05:00
committed by GitHub
parent c7e2ebe83c
commit 9688c8b4d8

View File

@@ -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.monster({ id = "Orion", coord = {20, 10}, inventory = function()
des.object({ id = "leather armor", spe = 4 }); des.object({ id = "leather armor", spe = 4 });
des.object({ id = "yumi", 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 }) end })
-- The treasure of Orion -- The treasure of Orion
des.object("chest", 20, 10) des.object("chest", 20, 10)