mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
TG: Reverted borg name stuff...because giving people RP choices is a horrible idea,
obviously. Revision: r3129 Author: elly1...@rocketmail.com Date: Feb 14, 2012
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
if (src.stat == 2)
|
||||
src.verbs += /mob/proc/ghost
|
||||
if(src.real_name == "Cyborg")
|
||||
src.ident = rand(1, 999)
|
||||
src.real_name += " "
|
||||
src.real_name += "-[rand(1, 999)]"
|
||||
src.real_name += "-[ident]"
|
||||
src.name = src.real_name
|
||||
if(!src.connected_ai)
|
||||
for(var/mob/living/silicon/ai/A in world)
|
||||
|
||||
@@ -10,8 +10,10 @@
|
||||
updateicon()
|
||||
// syndicate = syndie
|
||||
if(real_name == "Cyborg")
|
||||
real_name += " [pick(rand(1, 999))]"
|
||||
ident = rand(1, 999)
|
||||
real_name += "-[ident]"
|
||||
name = real_name
|
||||
|
||||
spawn (4)
|
||||
if (client)
|
||||
connected_ai = activeais()
|
||||
|
||||
Reference in New Issue
Block a user