Skip to content

Commit

Permalink
Removes the Exclamation Point from the Server Hop Verb (tgstation#67970)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
san7890 authored and Jacquerel committed Jun 27, 2022
1 parent 4be8f4f commit de958bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/dead.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de958bf

Please sign in to comment.