Skip to content

Commit

Permalink
Minor change to ERA buff description (#2313)
Browse files Browse the repository at this point in the history
wimpleboop
  • Loading branch information
Litberries authored Jul 22, 2024
1 parent 1343442 commit 6efc747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Kirie*/
. = ..()
if(user.mind)
if(user.mind.assigned_role in list("Disciplinary Officer", "Emergency Response Agent")) //These guys get a bonus to equipping gacha.
. += span_notice("Due to your abilities, you get a +20 to your stats when equipping this weapon.")
. += span_notice("Due to your abilities, you get a -20 reduction to stat requirements when equipping this weapon.")

/obj/item/ego_weapon/city/CanUseEgo(mob/living/user)
if(user.mind)
Expand All @@ -35,7 +35,7 @@ Kirie*/
. = ..()
if(user.mind)
if(user.mind.assigned_role in list("Disciplinary Officer", "Emergency Response Agent")) //These guys get a bonus to equipping gacha.
. += span_notice("Due to your abilities, you get a +20 to your stats when equipping this weapon.")
. += span_notice("Due to your abilities, you get a -20 reduction to stat requirements when equipping this weapon.")

/obj/item/gun/ego_gun/city/CanUseEgo(mob/living/user)
if(user.mind)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
. = ..()
if(user.mind)
if(user.mind.assigned_role in list("Disciplinary Officer", "Emergency Response Agent")) //These guys get a bonus to equipping gacha.
. += span_notice("Due to your abilities, you get a +20 to your stats when equipping this armor.")
. += span_notice("Due to your abilities, you get a -20 reduction to stat requirements when equipping this armor.")

/obj/item/clothing/suit/armor/ego_gear/city/CanUseEgo(mob/living/user)
if(user.mind)
Expand Down

0 comments on commit 6efc747

Please sign in to comment.