Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
emoats18 committed Apr 16, 2024
2 parents 3f421c5 + ecb3507 commit 1601f27
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
cloak = /obj/item/clothing/cloak/heartfelt
armor = /obj/item/clothing/suit/roguetown/armor/heartfelt/lord
beltr = /obj/item/storage/belt/rogue/pouch/coins/rich
beltl = /obj/item/scomstone
gloves = /obj/item/clothing/gloves/roguetown/leather/black
beltl = /obj/item/rogueweapon/sword/long/marlin
gloves = /obj/item/clothing/gloves/roguetown/leather/black
id = /obj/item/scomstone
if(H.mind)
H.mind.adjust_skillrank(/datum/skill/combat/axesmaces, 2, TRUE)
H.mind.adjust_skillrank(/datum/skill/combat/crossbows, 3, TRUE)
Expand All @@ -42,4 +42,4 @@

ADD_TRAIT(H, RTRAIT_NOBLE, TRAIT_GENERIC)
ADD_TRAIT(H, RTRAIT_NOSEGRAB, TRAIT_GENERIC)
ADD_TRAIT(H, RTRAIT_HEAVYARMOR, TRAIT_GENERIC)
ADD_TRAIT(H, RTRAIT_HEAVYARMOR, TRAIT_GENERIC)
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
beltr = /obj/item/storage/belt/rogue/pouch/coins/rich
gloves = /obj/item/clothing/gloves/roguetown/leather/black
beltl = /obj/item/rogueweapon/sword/decorated
beltr = /obj/item/scomstone
backr = /obj/item/storage/backpack/rogue/satchel/heartfelt
mask = /obj/item/clothing/mask/rogue/spectacles/golden
id = /obj/item/scomstone
if(H.mind)
H.mind.adjust_skillrank(/datum/skill/combat/axesmaces, 1, TRUE)
H.mind.adjust_skillrank(/datum/skill/combat/wrestling, 1, TRUE)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/roguetown/roguemachine/scomm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
/obj/item/scomstone
name = "emerald ring"
icon_state = "ring_emerald"
desc = "A golden ring with a emerald gem."
desc = "A golden ring with an emerald gem."
gripped_intents = null
dropshrink = 0.75
possible_item_intents = list(INTENT_GENERIC)
Expand Down
Binary file modified icons/roguetown/misc/structure.dmi
Binary file not shown.

0 comments on commit 1601f27

Please sign in to comment.