mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user