Skip to content

Commit

Permalink
1502
Browse files Browse the repository at this point in the history
  • Loading branch information
Very-Soft committed Jan 4, 2025
1 parent f15ad7c commit 155494d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions code/modules/client/preference_setup/vore/08_nif.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@
*/

/datum/category_item/player_setup_item/vore/nif/content(var/mob/user)

if(!pref.client.etching)
log_debug("[user] etching data to populate")
return

. += "<b>NIF:</b> [ispath(text2path("[pref.client.etching.nif_type]")) ? "Present" : "None"]" //RS EDIT
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
if(ourmob)
log_debug("<span class = 'rose'>Mob etching load complete for [ourmob.real_name].</span>")
if(ourclient)
log_debug("<span class = 'rose'>Client etching load complete for [ourclient.prefs.real_name].</span>")
log_debug("<span class = 'rose'>Client etching load complete for [P.real_name].</span>")

/datum/etching/proc/save(delet = FALSE)
if(ourmob)
Expand Down

0 comments on commit 155494d

Please sign in to comment.