From cbd45602fafeaf197abfb523f69460ef7e2b20f0 Mon Sep 17 00:00:00 2001 From: Nichlas Pihl Date: Sun, 8 Dec 2019 11:08:42 +0000 Subject: [PATCH] gloves of the north star can no longer be exploited --- code/modules/clothing/gloves/miscellaneous.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index 93b847725a04..4c74e2fed99b 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -75,5 +75,6 @@ /obj/item/clothing/gloves/rapid/attack_self(mob/user) var/input = stripped_input(user,"What do you want your battlecry to be? Max length of 6 characters.", ,"", 7) + input = replacetext(input, "*", "") if(input) warcry = input