Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into faith-selection-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stutternov committed Jun 26, 2024
2 parents b803499 + b97601a commit 790d780
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions code/modules/clothing/rogueclothes/neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@
desc = ""
icon_state = "necra"

/obj/item/clothing/neck/roguetown/psicross/ravox
name = "amulet of Ravox"
desc = ""
icon_state = "ravox"

/obj/item/clothing/neck/roguetown/psicross/silver
name = "silver psycross"
icon_state = "psicrossiron"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/datum/outfit/job/roguetown/adventurer/monk/pre_equip(mob/living/carbon/human/H)
..()
head = /obj/item/clothing/head/roguetown/roguehood
neck = /obj/item/clothing/neck/roguetown/psicross
neck = /obj/item/clothing/neck/roguetown/psicross/ravox
shoes = /obj/item/clothing/shoes/roguetown/shortboots
cloak = /obj/item/clothing/cloak/raincloak/furcloak/brown
armor = /obj/item/clothing/suit/roguetown/shirt/robe
Expand Down
5 changes: 2 additions & 3 deletions code/modules/mob/living/stats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@
change_stat(S, H.dna.species.specstats[S])
switch(H.age)
if(AGE_MIDDLEAGED)
change_stat("endurance", 1) //if a stat isn't listed then it dosen't have a bonus or negative
change_stat("perception", 1)
change_stat("constitution", 1)
change_stat("speed", -1)
change_stat("endurance", 1)
if(AGE_OLD)
change_stat("strength", -2)
change_stat("speed", -1)
Expand Down
Binary file modified icons/roguetown/clothing/neck.dmi
Binary file not shown.

0 comments on commit 790d780

Please sign in to comment.