mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
-Fixed issue 913
You'll have to write the name on the paper itself now. -Fixed issue 912 -Fixed issue 909 Also, Cyborgs without names are called "Default Cyborgs". -Fixed issue 908 git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4680 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -377,8 +377,8 @@ var/list/sacrificed = list()
|
||||
"\red You hear liquid flowing.")
|
||||
D.real_name = "Unknown"
|
||||
for(var/obj/item/weapon/paper/P in this_rune.loc)
|
||||
if(length(P.name)<=24)
|
||||
D.real_name = P.name
|
||||
if(P.info)
|
||||
D.real_name = copytext(P.info, 1, MAX_NAME_LEN)
|
||||
break
|
||||
D.universal_speak = 1
|
||||
D.nodamage = 0
|
||||
|
||||
Reference in New Issue
Block a user