Skip to content

Commit

Permalink
Removes an unused EGO (#1971)
Browse files Browse the repository at this point in the history
* Removes an unused EGO

* Removes datums
  • Loading branch information
Anonmare authored Feb 20, 2024
1 parent e9fe9f2 commit 89a2cdf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions code/datums/abnormality/_ego_datum/waw.dm
Original file line number Diff line number Diff line change
Expand Up @@ -364,15 +364,6 @@
item_path = /obj/item/gun/ego_gun/pistol/crimson
cost = 50

//Pure Hearted Believer - Untainted Faith
/datum/ego_datum/armor/faith
item_path = /obj/item/clothing/suit/armor/ego_gear/waw/faith
cost = 50

/*/datum/ego_datum/weapon/faith
item_path = /obj/item/ego_weapon/faith
cost = 50*/

//My Sweet Orange Tree - Innocence
/datum/ego_datum/armor/innocence
item_path = /obj/item/clothing/suit/armor/ego_gear/waw/innocence
Expand Down
9 changes: 0 additions & 9 deletions code/modules/clothing/suits/ego_gear/waw.dm
Original file line number Diff line number Diff line change
Expand Up @@ -381,15 +381,6 @@ Any attempt to code risk class armor will result in a 10 day Github ban.*/
FORTITUDE_ATTRIBUTE = 80
)

/obj/item/clothing/suit/armor/ego_gear/waw/faith //pure-hearted believer
name = "untainted faith"
desc = "To have absolute faith on something that gives you salvation."
icon_state = "faith"
armor = list(RED_DAMAGE = -10, WHITE_DAMAGE = 50, BLACK_DAMAGE = 70, PALE_DAMAGE = 30) //140
attribute_requirements = list(
PRUDENCE_ATTRIBUTE = 80
)

/obj/item/clothing/suit/armor/ego_gear/waw/innocence
name = "childhood memories"
desc = "In my dreams as child, Peter Pan would reach out a hand for me to hold and take me to Neverland. I had forgotten all of that, until I went into that room."
Expand Down

0 comments on commit 89a2cdf

Please sign in to comment.