mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user