Skip to content

Commit

Permalink
removes duct tape from makeshift weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
BNGP0 committed Nov 14, 2023
1 parent 3be174a commit 3236472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/datums/components/crafting/ranged_weapon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
result = /obj/item/weaponcrafting/receiver
reqs = list(
/obj/item/stack/sheet/iron = 5,
/obj/item/stack/sticky_tape = 1,
// /obj/item/stack/sticky_tape = 1, // monkestation edit
/obj/item/screwdriver = 1,
/obj/item/assembly/mousetrap = 1,
)
Expand All @@ -38,7 +38,7 @@
result = /obj/item/weaponcrafting/stock
reqs = list(
/obj/item/stack/sheet/mineral/wood = 8,
/obj/item/stack/sticky_tape = 1,
// /obj/item/stack/sticky_tape = 1, // monkestation edit
)
time = 5 SECONDS
category = CAT_WEAPON_RANGED
Expand Down Expand Up @@ -218,7 +218,7 @@
reqs = list(/obj/item/weaponcrafting/receiver = 1,
/obj/item/pipe = 1,
/obj/item/weaponcrafting/stock = 1,
/obj/item/stack/sticky_tape = 1,
// /obj/item/stack/sticky_tape = 1, // monkestation edit
)
tool_behaviors = list(TOOL_SCREWDRIVER)
time = 5 SECONDS
Expand Down

0 comments on commit 3236472

Please sign in to comment.