From d23d193a68064f56e2f87b9311deebe9acd85219 Mon Sep 17 00:00:00 2001 From: Jay-Sparrow <66183917+Jay-Sparrow@users.noreply.github.com> Date: Thu, 11 Jun 2020 15:27:57 -0500 Subject: [PATCH] Re-enable orgasm command for MK Ultra The command for orgasm was always programmed into MK, and functions like it does for Voice of God, but was commented out. All this does is uncomment the code so it will work again. --- code/modules/surgery/organs/vocal_cords.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/surgery/organs/vocal_cords.dm b/code/modules/surgery/organs/vocal_cords.dm index 009cfce0..df8ce65b 100644 --- a/code/modules/surgery/organs/vocal_cords.dm +++ b/code/modules/surgery/organs/vocal_cords.dm @@ -1105,7 +1105,8 @@ //teir 2 - /* removed for now + //removed for now + //Hyper change - Unremoved for now //ORGASM else if((findtext(message, orgasm_words))) for(var/V in listeners) @@ -1122,7 +1123,7 @@ E.cooldown += 6 else H.throw_at(get_step_towards(user,H), 3 * power_multiplier, 1 * power_multiplier) - */ + //awoo