mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 04:26:21 +01:00
Fix Silicon Examine Text
Preserve newlines in flavor text. Include name and designation of cyborgs. Include OOC text. Display flavor text in chat within examine text span instead of after.
This commit is contained in:
@@ -3003,6 +3003,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
// GS13: Silicon Examine Text
|
||||
/datum/preferences/proc/copy_to_robot(mob/living/silicon/robot/cyborg, icon_updates = 1, roundstart_checks = TRUE)
|
||||
SEND_SIGNAL(cyborg, COMSIG_SILICON_PREFS_COPIED_TO, src, icon_updates, roundstart_checks)
|
||||
cyborg.ooc_text = features["ooc_text"]
|
||||
|
||||
/datum/preferences/proc/get_default_name(name_id)
|
||||
switch(name_id)
|
||||
|
||||
Reference in New Issue
Block a user