Skip to content

Commit

Permalink
Fixes extended thrower recipes (ParadiseSS13#26698)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored Sep 6, 2024
1 parent e3c7311 commit 2032afb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/crafting/recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@
reqs = list(/obj/item/chemical_flamethrower = 1,
/obj/item/stack/cable_coil = 5,
/obj/item/weaponcrafting/gunkit/chemical_flamethrower = 1)
time = 10 SECONDS
category = CAT_WEAPONRY
subcategory = CAT_WEAPON
alert_admins_on_craft = TRUE

/datum/crafting_recipe/ed209
name = "ED209"
Expand Down

0 comments on commit 2032afb

Please sign in to comment.