From f17798d95b0c78e2561957c021dc99180ce4ae37 Mon Sep 17 00:00:00 2001 From: Tayyyyyyy Date: Mon, 12 Aug 2019 22:08:08 -0700 Subject: [PATCH] FIx more garbled quotes --- code/modules/admin/verbs/randomverbs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index 9ae1c93b8d6..b8d93950843 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -613,7 +613,6 @@ Traitors and the like can also be revived with the previous role mostly intact. var/input = input(usr, "Please enter anything you want. Anything. Serious.", "What's the message?") as message|null if(!input) return - input = html_encode(input) switch(alert("Should this be announced to the general population?",,"Yes","No", "Cancel")) if("Yes")