mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
give blacksmith wood and apron (#3541)
## About The Pull Request Makes the blacksmith suffer less by giving them a bunch of wood in their backpack ## Why It's Good For The Game Lets you get forging right away without having to steal wood from chapel or wait for cargo/botany also the apron makes sense and lets you put your hammer in there or whatever  ## Proof Of Testing I didnt test it ## Changelog 🆑 add: blacksmith starts out with wood and a leather apron /🆑
This commit is contained in:
@@ -42,10 +42,12 @@
|
||||
|
||||
id_trim = /datum/id_trim/job/blacksmith
|
||||
uniform = /obj/item/clothing/under/rank/cargo/tech/skyrat/long
|
||||
suit = /obj/item/clothing/suit/leatherapron
|
||||
backpack_contents = list(
|
||||
/obj/item/forging/hammer = 1,
|
||||
/obj/item/forging/tongs = 1,
|
||||
/obj/item/forging/billow = 1,
|
||||
/obj/item/stack/sheet/mineral/wood = 25,
|
||||
)
|
||||
belt = /obj/item/modular_computer/pda/cargo
|
||||
ears = /obj/item/radio/headset/headset_cargo
|
||||
|
||||
Reference in New Issue
Block a user