mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
No more cross map punches (#44305)
* *me no longer a valid warcry * whoops
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user