From 9add2c776ec62a565d036dea88d4e3957bfe04ab Mon Sep 17 00:00:00 2001 From: MMMiracles Date: Thu, 3 Dec 2015 19:44:20 -0500 Subject: [PATCH] oy vey --- code/modules/mob/living/simple_animal/morph/morph.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/morph/morph.dm b/code/modules/mob/living/simple_animal/morph/morph.dm index 01653d3731c..784b7df12b6 100644 --- a/code/modules/mob/living/simple_animal/morph/morph.dm +++ b/code/modules/mob/living/simple_animal/morph/morph.dm @@ -37,11 +37,11 @@ var/morph_time = 0 var/playstyle_string = "You are a morph, an abomination of science created primarily with changeling cells. \ - You may take the form of anything nearby by middle-clicking it. This process will alert any nearby \ + You may take the form of anything nearby by shift-clicking it. This process will alert any nearby \ observers, and can only be performed once every five seconds. While morphed, you move faster, but do \ less damage. In addition, anyone within three tiles will note an uncanny wrongness if examining you. \ You can attack any item or dead creature to consume it - creatures will fully restore your health. \ - Finally, you can restore yourself to your original form while morphed by middle-clicking yourself." + Finally, you can restore yourself to your original form while morphed by shift-clicking yourself." /mob/living/simple_animal/hostile/morph/examine(mob/user) if(morphed)