Skip to content

Commit

Permalink
Merge pull request #3260 from Kelprunner/wand-hotfi
Browse files Browse the repository at this point in the history
Fixes the Wand of Firebolt craft (Good to go if it passes checks)
  • Loading branch information
Tk420634 authored Oct 3, 2023
2 parents 2fc5cd7 + c2055d1 commit a64ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/crafting/recipes/recipes_tribal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ datum/crafting_recipe/tribalwar/bone
// T1 Firebolt Wand (anti-elite sidearm)
/datum/crafting_recipe/magic/fireboltwand
name = "Wand of Firebolt"
result = /obj/item/gun/magic/staff/kelpmagic/fireball
result = /obj/item/gun/magic/wand/kelpmagic/firebolt
time = 30
reqs = list(/obj/item/stack/sheet/mineral/wood = 10,
/obj/item/stack/crafting/metalparts = 10,
Expand Down

0 comments on commit a64ec1e

Please sign in to comment.