Skip to content

Commit

Permalink
buyable
Browse files Browse the repository at this point in the history
  • Loading branch information
cornercube committed Nov 14, 2024
1 parent 582d862 commit 712884d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions code/modules/cargo/packsrogue/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@
/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,

Check failure on line 142 in code/modules/cargo/packsrogue/tools.dm

View workflow job for this annotation

GitHub Actions / Run Linters

unknown variable: obj
obj/item/rogueweapon/chisel)

Check failure on line 143 in code/modules/cargo/packsrogue/tools.dm

View workflow job for this annotation

GitHub Actions / OpenDream

OD0404: Unknown identifier "chisel"

/datum/supply_pack/rogue/tools/wpipe
name = "Westman Pipe"
cost = 10
Expand Down
1 change: 0 additions & 1 deletion code/modules/roguetown/roguejobs/craftsman/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
max_blade_int = 50

/obj/item/rogueweapon/chisel

name = "chisel"
desc = ""
icon_state = "chisel"
Expand Down

0 comments on commit 712884d

Please sign in to comment.