Skip to content

Commit

Permalink
Changes to duality of harmony (#1494)
Browse files Browse the repository at this point in the history
D
  • Loading branch information
CrabbytheCrab authored Oct 4, 2023
1 parent f1e5255 commit aba3c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/ego_gear/realized.dm
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
name = "duality of harmony"
desc = "When good and evil meet discord and assonance will be quelled."
icon_state = "duality_yang"
armor = list(RED_DAMAGE = 40, WHITE_DAMAGE = 100, BLACK_DAMAGE = 40, PALE_DAMAGE = 80)
armor = list(RED_DAMAGE = 40, WHITE_DAMAGE = 90, BLACK_DAMAGE = 40, PALE_DAMAGE = 90)
realized_ability = /obj/effect/proc_holder/ability/tranquility

/obj/item/clothing/suit/armor/ego_gear/realization/duality_yin
Expand Down
3 changes: 1 addition & 2 deletions code/modules/spells/ability_types/realized.dm
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
H.adjust_attribute_buff(FORTITUDE_ATTRIBUTE, -10)
H.adjust_attribute_buff(PRUDENCE_ATTRIBUTE, -10)
H.adjust_attribute_buff(TEMPERANCE_ATTRIBUTE, -10)
H.adjust_attribute_buff(JUSTICE_ATTRIBUTE, 10)
H.adjust_attribute_buff(JUSTICE_ATTRIBUTE, -10)

/*Child of the Galaxy - Our Galaxy */
/obj/effect/proc_holder/ability/galaxy_gift
Expand Down Expand Up @@ -1063,7 +1063,6 @@
var/mob/living/L = target
if(L.health < 0 || L.stat == DEAD)
L.gib() //Punch them so hard they explode

/* Flesh Idol - Repentance */
/obj/effect/proc_holder/ability/prayer
name = "Prayer"
Expand Down

0 comments on commit aba3c04

Please sign in to comment.