Skip to content

Commit

Permalink
Update tailor.dm (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadboysuss authored Feb 5, 2025
1 parent 2962d0f commit 2f0b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/roguetown/serfs/tailor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
beltl = /obj/item/storage/keyring/tailor
backr = /obj/item/storage/backpack/rogue/satchel
neck = /obj/item/storage/belt/rogue/pouch/coins/mid
backpack_contents = list(/obj/item/needle = 1, /obj/item/natural/bundle/cloth = 2, /obj/item/natural/bundle/fibers = 1, /obj/item/luxury_dyes = 1, /obj/item/book/rogue/advice_weaving = 1)
backpack_contents = list(/obj/item/needle = 1, /obj/item/natural/bundle/cloth = 2, /obj/item/natural/bundle/fibers = 1, /obj/item/luxury_dyes = 1, /obj/item/book/rogue/advice_weaving = 1, /obj/item/rogueweapon/knife/villager = 1)

H.mind?.adjust_skillrank(/datum/skill/misc/sewing, pick(4,5), TRUE)
H.mind?.adjust_skillrank(/datum/skill/craft/tanning, pick(3,4), TRUE)
Expand Down

0 comments on commit 2f0b55f

Please sign in to comment.