-
Notifications
You must be signed in to change notification settings - Fork 351
Hand Subclass: The Huntsmaster #6486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
1e84213
747fd09
d68700f
3144a2b
b526d32
87f85a5
48d5e27
4a46c9b
3b1cb7f
e3b3219
542f2c1
933e972
b48447c
9d50aa3
fe0f9be
4f36149
60d6456
c9a0522
aa686b7
1c24940
35d1a74
0beaf38
91b7d7e
ce5859f
239a000
683c02e
587d18b
7c882c1
57798c9
d2bdf88
315ccfc
d9652d5
c48c077
6f77991
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -112,6 +112,19 @@ | |||||||
| detail_color = CLOTHING_ROYAL_PURPLE | ||||||||
| misc_flags = CRAFTING_TEST_EXCLUDE | ||||||||
|
|
||||||||
| /obj/item/clothing/armor/gambeson/hunts | ||||||||
| name = "hunting gambeson" | ||||||||
| desc = "A thick, protective, rogueish looking gambeson, fashioned not for those looking to just look fancy- No, this is for a true hunter who knows exactly what they want, and how to get it, a hunter who knows what they need to protect them from stray thorns, and savage beasts." | ||||||||
| sleeved = 'icons/roguetown/clothing/special/onmob/hand.dmi' | ||||||||
| icon_state = "handhunt" | ||||||||
| item_state = "handhunt" | ||||||||
| armor = ARMOR_PADDED_GOOD | ||||||||
| icon = 'icons/roguetown/clothing/special/hand.dmi' | ||||||||
| mob_overlay_icon = 'icons/roguetown/clothing/special/onmob/hand.dmi' | ||||||||
| icon = 'icons/roguetown/clothing/special/hand.dmi' | ||||||||
| mob_overlay_icon = 'icons/roguetown/clothing/special/onmob/hand.dmi' | ||||||||
|
Spitegremlin marked this conversation as resolved.
|
||||||||
| detail_tag = "_detail" | ||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. whats the point of this |
||||||||
|
|
||||||||
| //................ Padded Dress ............... // | ||||||||
| /obj/item/clothing/armor/gambeson/heavy/dress | ||||||||
| name = "padded dress" | ||||||||
|
|
||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -221,6 +221,15 @@ | |
| /obj/item/reagent_containers/food/snacks/hardtack, | ||
| ) | ||
|
|
||
| /obj/item/storage/belt/pouch/book/hollow | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why is this a pouch
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. takes from pouch |
||
| name = "Tome of Justice" | ||
| desc = "This seems to be a special edition.." | ||
| icon_state = "handtome" | ||
| component_type = /datum/component/storage/concrete/grid/coin_pouch/book/hollow | ||
| populate_contents = list( | ||
| /obj/item/gun/ballistic/powder/wheellock/puffer/preloaded, | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ??? why they are not even from grenzelhoff
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Huh?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What do you mean?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you mean the gun, i was asked to add this by several admins so they would be used more. They only start with the single round, and nothing else. Its meant to be a single use, MAYBE more tool if your willing to spend a shit load of mams on blast powder |
||
| ) | ||
|
|
||
| /obj/item/storage/belt/pouch/coins/mid/Initialize() | ||
| . = ..() | ||
| var/obj/item/coin/silver/pile/H = new(loc) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't just accept this change change this path in the book item
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why doesnt the current one work