mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +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:
@@ -372,9 +372,6 @@
|
||||
|
||||
var/mob/living/silicon/robot/R = new /mob/living/silicon/robot(loc)
|
||||
|
||||
// GS13: Silicon Examine Text
|
||||
SEND_SIGNAL(R, COMSIG_SILICON_PREFS_COPIED_TO, src)
|
||||
|
||||
R.gender = gender
|
||||
R.invisibility = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user