mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00: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:
@@ -66,7 +66,7 @@
|
||||
var/obj/item/robot_parts/r_leg/r_leg = null
|
||||
var/obj/item/robot_parts/chest/chest = null
|
||||
var/obj/item/robot_parts/head/head = null
|
||||
var/created_name = "Cyborg"
|
||||
var/created_name = ""
|
||||
|
||||
/obj/item/robot_parts/robot_suit/New()
|
||||
..()
|
||||
@@ -194,8 +194,8 @@
|
||||
user.drop_item()
|
||||
|
||||
O.invisibility = 0
|
||||
O.name = created_name
|
||||
O.real_name = created_name
|
||||
O.custom_name = created_name
|
||||
O.updatename("Default")
|
||||
|
||||
M.brainmob.mind.transfer_to(O)
|
||||
|
||||
|
||||
@@ -33,8 +33,7 @@
|
||||
del(R.module)
|
||||
R.module = null
|
||||
R.modtype = "robot"
|
||||
R.real_name = "Cyborg [R.ident]"
|
||||
R.name = R.real_name
|
||||
R.updatename("Default")
|
||||
R.nopush = 0
|
||||
R.updateicon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user