Fix Silicon Examine Text

Update silicon flavor text in after_spawn instead of on_equip to access client prefs.
This commit is contained in:
psq95
2023-07-09 11:36:11 +01:00
parent 0ef3779196
commit d3240dec8a
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -88,3 +88,5 @@ Cyborg
/datum/job/cyborg/after_spawn(mob/living/silicon/robot/R, mob/M)
R.updatename(M.client)
R.gender = NEUTER
// GS13: Silicon Examine Text
M.client?.prefs?.copy_to_robot(R)