Skip to content

Commit

Permalink
Update tools.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
cornercube authored Nov 14, 2024
1 parent 712884d commit 5209e18
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions code/modules/cargo/packsrogue/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,17 @@
cost = 15
contains = /obj/item/rogueweapon/hoe

/datum/supply_pack/rogue/tools/handsaw
name = "handsaw"
cost = 12
contains = /obj/item/rogueweapon/handsaw

/datum/supply_pack/rogue/tools/chisel
name = "chisel"
cost = 12
contains = list(/obj/item/rogueweapon/chisel,
/obj/item/rogueweapon/chisel)

/datum/supply_pack/rogue/tools/bottle
name = "Glass Bottle"
cost = 3
Expand Down Expand Up @@ -130,18 +141,6 @@
/obj/item/kitchen/fork,
/obj/item/kitchen/spoon)


/datum/supply_pack/rogue/tools/handsaw
name = "handsaw"
cost = 12
contains = /obj/item/rogueweapon/handsaw

/datum/supply_pack/rogue/tools/chisel
name = "chisel"
cost = 12
contains = list(obj/item/rogueweapon/chisel,
obj/item/rogueweapon/chisel)

/datum/supply_pack/rogue/tools/wpipe
name = "Westman Pipe"
cost = 10
Expand Down

0 comments on commit 5209e18

Please sign in to comment.