No more cross map punches (#44305)

* *me no longer a valid warcry

* whoops
This commit is contained in:
Garen Crownguard
2019-06-05 02:41:38 -04:00
committed by ShizCalev
parent 78e116d40a
commit 3a562c3e9c
@@ -75,5 +75,7 @@
/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)
if(input)
if(input == "*me") //If they try to do a *me emote it will stop the attack to prompt them for an emote then they can walk away and enter the emote for a punch from far away
to_chat(user, "Invalid battlecry, please use another.")
else if(input)
warcry = input