diff --git a/code/modules/ninja/suit/n_suit_verbs/ninja_stealth.dm b/code/modules/ninja/suit/n_suit_verbs/ninja_stealth.dm index c7a1f0f143d..b21119d52b4 100644 --- a/code/modules/ninja/suit/n_suit_verbs/ninja_stealth.dm +++ b/code/modules/ninja/suit/n_suit_verbs/ninja_stealth.dm @@ -18,9 +18,9 @@ Contents: U << "You don't have enough power to enable Stealth!" return s_active=!s_active - animate(U, alpha = 0,time = 15) + animate(U, alpha = 50,time = 15) U.visible_message("[U.name] vanishes into thin air!", \ - "You are now invisible to normal detection.") + "You are now mostly invisible to normal detection.") return