adds span class to failed to teleport warning

This commit is contained in:
Kyle Spier-Swenson
2015-10-26 05:35:10 -07:00
parent 38bae5f833
commit 2f149c7361
+1 -1
View File
@@ -119,7 +119,7 @@
if (O)
observer.loc = O.loc
else
src << "Teleporting failed. You should be able to use ghost verbs to teleport somewhere useful"
src << "<span class='notice'>Teleporting failed. You should be able to use ghost verbs to teleport somewhere useful</span>"
if(client.prefs.be_random_name)
client.prefs.real_name = random_unique_name(gender)
if(client.prefs.be_random_body)