Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Gives merchant a rapier for self defense (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto authored Jun 17, 2024
2 parents e7be776 + e46dbe1 commit 622e632
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions code/modules/jobs/job_types/roguetown/yeomen/merchant.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@
H.update_body()
if(H.gender == MALE)
shoes = /obj/item/clothing/shoes/roguetown/boots/leather
beltr = /obj/item/storage/belt/rogue/pouch/coins/rich
belt = /obj/item/storage/belt/rogue/leather/rope
beltl = /obj/item/keyring/merchant
beltl = /obj/item/storage/belt/rogue/pouch/coins/rich
beltr = /obj/item/rogueweapon/sword/rapier
backr = /obj/item/storage/backpack/rogue/satchel
backpack_contents = list(/obj/item/keyring/merchant)
shirt = /obj/item/clothing/suit/roguetown/shirt/undershirt/sailor
pants = /obj/item/clothing/under/roguetown/tights/sailor
neck = /obj/item/clothing/neck/roguetown/horus
Expand All @@ -66,9 +68,11 @@
H.dna.species.soundpack_m = new /datum/voicepack/male/wizard()
else
shoes = /obj/item/clothing/shoes/roguetown/gladiator
beltr = /obj/item/storage/belt/rogue/pouch/coins/rich
belt = /obj/item/storage/belt/rogue/leather/rope
beltl = /obj/item/roguekey/merchant
beltl = /obj/item/storage/belt/rogue/pouch/coins/rich
beltr = /obj/item/rogueweapon/sword/rapier
backr = /obj/item/storage/backpack/rogue/satchel
backpack_contents = list(/obj/item/keyring/merchant)
shirt = /obj/item/clothing/suit/roguetown/shirt/undershirt/sailor
neck = /obj/item/clothing/neck/roguetown/horus
armor = /obj/item/clothing/suit/roguetown/shirt/robe/merchant
Expand Down

0 comments on commit 622e632

Please sign in to comment.