TG: AIs and Juggernauts/Wraiths/Artificers should no longer have random names when

they ghost.

Fixed a typo in the borg manual
Remove ripley_construct.dmi as it was unused.
Revision: r3521
Author: 	 kortgstation
This commit is contained in:
Erthilo
2012-05-06 19:01:01 +01:00
parent d21cbab61c
commit 246e503bc6
5 changed files with 5 additions and 2 deletions
+2
View File
@@ -700,6 +700,7 @@ Turf and target are seperate in case you want to teleport some distance from a t
newname = dd_replacetext(newname, ">", "'")
M.real_name = newname
M.name = newname
M.original_name = newname
/*/proc/clname(var/mob/M as mob) //--All praise goes to NEO|Phyte, all blame goes to DH, and it was Cindi-Kate's idea
var/randomname = pick(clown_names)
@@ -731,6 +732,7 @@ Turf and target are seperate in case you want to teleport some distance from a t
newname = dd_replacetext(newname, ">", "'")
M.real_name = newname
M.name = newname
M.original_name = newname
for (var/obj/item/device/pda/pda in M.contents)
if (pda.owner == oldname)