From fc96671505a970c1642a43f6f2f06ae0f44939c1 Mon Sep 17 00:00:00 2001 From: Belaya Date: Thu, 24 Apr 2025 18:55:07 -0500 Subject: [PATCH] to the end --- code/modules/surgery/organs/vocal_cords.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/organs/vocal_cords.dm b/code/modules/surgery/organs/vocal_cords.dm index 6897002676..90a92c45d7 100644 --- a/code/modules/surgery/organs/vocal_cords.dm +++ b/code/modules/surgery/organs/vocal_cords.dm @@ -599,6 +599,7 @@ if(gainer.check_weight_prefs(FATTENING_TYPE_MAGIC)) //Make sure the listener(s) have magical wg enabled gainer.adjust_fatness(250, FATTENING_TYPE_MAGIC) //Nerfed down from 500 in oldcode to_chat(gainer, "As the great voice fills your ears, you suddenly grow heavier!") //Can only be seen by those with the appropriate pref toggled + //END GS13 CHANGES else cooldown = COOLDOWN_NONE