Clean up examine panel spans (#27044)

* updated erp prefs

* Update examine_tgui.dm

* Clean up examine panel spans (#1616)

* update examine panel spans

* update nif examine text
# Conflicts:
#	code/modules/mob/living/carbon/human/examine.dm

* Update examine.dm

---------

Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
This commit is contained in:
lessthanthree
2024-04-03 01:45:58 +02:00
committed by GitHub
co-authored by Useroth
parent 56053b6013
commit 6ba90d8bd3
5 changed files with 53 additions and 15 deletions
@@ -464,7 +464,7 @@
/datum/component/nif_examine/proc/add_examine(mob/nif_user, mob/looker, list/examine_texts)
SIGNAL_HANDLER
examine_texts += span_purple("<b>[nif_examine_text]</b>")
examine_texts += span_purple("[EXAMINE_SECTION_BREAK][EXAMINE_HINT(nif_examine_text)]")
///Checks to see if a human with a NIF has the nifsoft_to_find type of NIFSoft installed?
/mob/living/carbon/human/proc/find_nifsoft(datum/nifsoft/nifsoft_to_find)