mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-21 20:16:18 +01:00
Fix Silicon Examine Text
Update silicon flavor text in after_spawn instead of on_equip to access client prefs.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user