soulcatcher patches and tgui core updaste (#17685)

This commit is contained in:
Kashargul
2025-05-08 21:52:11 +02:00
committed by GitHub
parent e2b6f05aac
commit 3a5908ca1d
22 changed files with 46 additions and 58 deletions
+1 -1
View File
@@ -35,7 +35,6 @@
. = ..()
if(ismob(loc))
owner = loc
owner.recalculate_vis()
// Store the vars_to_save into the save file
/obj/soulgem/deserialize(list/data)
@@ -43,6 +42,7 @@
if(apply_stored_belly(data["linked_belly"], TRUE))
return
linked_belly = null
owner.recalculate_vis()
/obj/soulgem/proc/apply_stored_belly(var/belly_string, var/skip_unreg = FALSE)
for(var/obj/belly in owner.vore_organs)
+1 -1
View File
@@ -156,7 +156,7 @@
return
if(!(gem.setting_flags & NIF_SC_PROJECTING))
to_chat(src, span_warning("Projecting from this NIF has been disabled!"))
to_chat(src, span_warning("Projecting from this soulcatcher has been disabled!"))
return
if(!client || !client.prefs)