Uses raised TM symbol in the mirror name.

Now uses the HTML code for the trademark symbol.
This commit is contained in:
PsiOmegaDelta
2015-08-04 10:41:28 +02:00
parent 8679887b17
commit 4d57f5ef66
+1 -1
View File
@@ -17,7 +17,7 @@
var/datum/nano_module/appearance_changer/AC = ui_users[user]
if(!AC)
AC = new(src, user)
AC.name = "SalonPro Nano-Mirror(TM)"
AC.name = "SalonPro Nano-Mirror™"
ui_users[user] = AC
AC.ui_interact(user)