From de958bf5d9d1b3ce9160b125dfd0535001110191 Mon Sep 17 00:00:00 2001 From: san7890 Date: Sat, 25 Jun 2022 13:45:30 -0600 Subject: [PATCH] Removes the Exclamation Point from the Server Hop Verb (#67970) Removes the Exclamation Point from Server Hop Hey there, Recently, I haven't been able to directly connect to Sybil. However, I am able to easily get onto Campbell, and use the Server Hop command to readily get over there. However, one small snag I've ran into is that the `Server Hop!` verb means that you have to type it in as `server-hop!` in the chat bar. This was really confusing to me the first few times because no other verb requires you input in the correct punctuation. So, I decided to prune out the exclamation point to get weird of this oddity. --- code/modules/mob/dead/dead.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/dead/dead.dm b/code/modules/mob/dead/dead.dm index 04055c8ecd18a53..41bb077153bce59 100644 --- a/code/modules/mob/dead/dead.dm +++ b/code/modules/mob/dead/dead.dm @@ -55,7 +55,7 @@ INITIALIZE_IMMEDIATE(/mob/dead) /mob/dead/proc/server_hop() set category = "OOC" - set name = "Server Hop!" + set name = "Server Hop" set desc= "Jump to the other server" if(notransform) return