Skip to content

Commit

Permalink
Merge pull request Blackstone-SS13#233 from Osmos123/The-Great-Nerf
Browse files Browse the repository at this point in the history
The Great Nerf
  • Loading branch information
JTGSZ authored Apr 19, 2024
2 parents 3d52a9a + 274e84c commit fb1de11
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
5 changes: 5 additions & 0 deletions code/modules/cargo/packsrogue/luxury.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@
name = "Scrying Orb"
cost = 120
contains = list(/obj/item/scrying)

/datum/supply_pack/rogue/luxury/riddleofsteel
name = "Riddle of Steel"
cost = 400
contains = list(/obj/item/riddleofsteel)
19 changes: 6 additions & 13 deletions code/modules/roguetown/roguejobs/blacksmith/anvil_recipes/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,22 @@
/datum/anvil_recipe/armor/chaincoif
name = "chain coif"
req_bar = /obj/item/ingot/steel
created_item = list(/obj/item/clothing/neck/roguetown/chaincoif,
/obj/item/clothing/neck/roguetown/chaincoif)
created_item = list(/obj/item/clothing/neck/roguetown/chaincoif)

/datum/anvil_recipe/armor/chainglove
name = "chain gauntlets"
req_bar = /obj/item/ingot/steel
created_item = list(/obj/item/clothing/gloves/roguetown/chain,
/obj/item/clothing/gloves/roguetown/chain,
/obj/item/clothing/gloves/roguetown/chain)
created_item = list(/obj/item/clothing/gloves/roguetown/chain)

/datum/anvil_recipe/armor/plateglove
name = "plate gauntlets"
req_bar = /obj/item/ingot/steel
created_item = list(/obj/item/clothing/gloves/roguetown/plate,
/obj/item/clothing/gloves/roguetown/plate)
created_item = list(/obj/item/clothing/gloves/roguetown/plate)

/datum/anvil_recipe/armor/chainleg
name = "chain chausses"
req_bar = /obj/item/ingot/steel
created_item = list(/obj/item/clothing/under/roguetown/chainlegs,
/obj/item/clothing/under/roguetown/chainlegs)
created_item = list(/obj/item/clothing/under/roguetown/chainlegs)

/datum/anvil_recipe/armor/plate
name = "half-plate armor (3)"
Expand Down Expand Up @@ -106,14 +101,12 @@
/datum/anvil_recipe/armor/platebracer
name = "plate bracers"
req_bar = /obj/item/ingot/steel
created_item = list(/obj/item/clothing/wrists/roguetown/bracers,
/obj/item/clothing/wrists/roguetown/bracers)
created_item = list(/obj/item/clothing/wrists/roguetown/bracers)

/datum/anvil_recipe/armor/helmetnasal
name = "steel helmet"
req_bar = /obj/item/ingot/steel
created_item = list(/obj/item/clothing/head/roguetown/helmet,
/obj/item/clothing/head/roguetown/helmet)
created_item = list(/obj/item/clothing/head/roguetown/helmet)

/datum/anvil_recipe/armor/bervor
name = "steel bervor"
Expand Down

0 comments on commit fb1de11

Please sign in to comment.