From 848799c603339b841709c3d87b24b24635050947 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Fri, 19 Feb 2016 21:26:19 -0500 Subject: [PATCH] Removed long and out of date/pointless comments --- code/modules/mob/mob_helpers.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/mob/mob_helpers.dm b/code/modules/mob/mob_helpers.dm index 7f142bde81f..7c0a0c0202b 100644 --- a/code/modules/mob/mob_helpers.dm +++ b/code/modules/mob/mob_helpers.dm @@ -557,8 +557,6 @@ var/list/intents = list(I_HELP,I_DISARM,I_GRAB,I_HARM) check_eye(src) return 1 -//This will update a mob's name, real_name, mind.name, data_core records, pda and id -//Calling this proc without an oldname will only update the mob and skip updating the pda, id and records ~Carn /mob/proc/rename_character(oldname, newname) if(!newname) return 0 @@ -610,8 +608,6 @@ var/list/intents = list(I_HELP,I_DISARM,I_GRAB,I_HARM) objective.explanation_text = copytext(objective.explanation_text, 1, pos)+newname+copytext(objective.explanation_text, pos+length) return 1 -//Generalised helper proc for letting mobs rename themselves. Used to be clname() and ainame() -//Last modified by Carn /mob/proc/rename_self(var/role, var/allow_numbers=0) spawn(0) var/oldname = real_name