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"