From f0ed9ec0a14a39cce42b9bc87656dcc1527144e6 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 13 Sep 2019 16:38:05 -0400 Subject: [PATCH] Darksight not valid :( --- .../human/species/station/protean_vr/protean_species.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm index d549153cd7c..0d9ad6bd933 100755 --- a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm +++ b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_species.dm @@ -278,12 +278,13 @@ name = "Protean Effect - Silver" desc = "You're affected by the presence of silver." - on_created_text = "Your optical senses are improved for a time, allowing you to see better in the dark." - on_expired_text = "Your refactory finishes consuming the silver, and your eyes dullen." + on_created_text = "Your physical control is improved for a time, making it easier to hit targets, and avoid being hit." + on_expired_text = "Your refactory finishes consuming the silver, and your motor control returns to normal." material_name = MAT_SILVER - darksight = 7 + accuracy = 30 + evasion = 30 /datum/modifier/protean/steel name = "Protean Effect - Steel"