diff --git a/code/modules/surgery/organs/vocal_cords.dm b/code/modules/surgery/organs/vocal_cords.dm
index cf22d9d364..813243b2f1 100644
--- a/code/modules/surgery/organs/vocal_cords.dm
+++ b/code/modules/surgery/organs/vocal_cords.dm
@@ -790,8 +790,6 @@
var/static/regex/getup_words = regex("get up|hop to it")
var/static/regex/pacify_words = regex("docile|complaisant|friendly|pacifist")
var/static/regex/charge_words = regex("charge|oorah|attack")
- //3 && Political
- var/static/regex/renounce_words = regex("renounce|deconvert|bugger the church|atheism")
var/distancelist = list(2,2,1.5,1.3,1.15,1,0.8,0.6,0.5,0.25)
@@ -1469,18 +1467,6 @@
E.cooldown += 10
to_chat(user, "You rally [L], leading them into a charge!")
- //Political ONLY
- //Renounce
- else if(findtext(message, renounce_words))
- for(var/V in listeners)
- var/mob/living/L = V
- var/datum/status_effect/chem/enthrall/E = L.has_status_effect(/datum/status_effect/chem/enthrall)
- if(E.phase == 3 && E.political)//Tier 3 only
- L.mind.remove_all_antag_datums()
- to_chat(L, "You renounce any previous allegiances you held before, and fully commit to [(L.client?.prefs.lewdchem?"serving [E.enthrallGender]!":"[E.master]'s cause!'")]")
- to_chat(user, "You remove any previous allegiances from [L]'s mind.")
-
-
if(message_admins || debug)//Do you want this in?
message_admins("[ADMIN_LOOKUPFLW(user)] has said '[log_message]' with a Velvet Voice, affecting [english_list(listeners)], with a power multiplier of [power_multiplier].")
log_game("FERMICHEM: [key_name(user)] ckey: [user.key] has said '[log_message]' with a Velvet Voice, affecting [english_list(listeners)], with a power multiplier of [power_multiplier].")