From d03aee7131d6ca9765667d259b90792d3bdc6393 Mon Sep 17 00:00:00 2001 From: mochi Date: Tue, 9 Jun 2020 23:49:35 +0200 Subject: [PATCH] Semi-colons begone --- code/modules/admin/topic.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 489c5a65b7c..99f8371dc18 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1308,10 +1308,10 @@ message_admins("[key_name_admin(usr)] has erased [key_name_admin(M)]'s flavor text.") // Clears the mob's flavor text - M.flavor_text = ""; + M.flavor_text = "" // Clear and save the DB character's flavor text - M.client.prefs.flavor_text = ""; + M.client.prefs.flavor_text = "" M.client.prefs.save_character(M.client) else if(href_list["userandomname"])