mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
soulcatcher patches and tgui core updaste (#17685)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user