allows soulcatcher import and export (#17391)

* allows soulcatcher import and export

* .

* vore pref transfer to define

* order them

* fix button issue on tgpanel

* Update vore_prefs.dm

* Update VorePanelExportSoulcatcherString.tsx
This commit is contained in:
Kashargul
2025-03-22 17:10:02 -04:00
committed by GitHub
parent eda524a0e8
commit 2a83d9da7f
14 changed files with 262 additions and 163 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ var/list/runechat_image_cache = list()
// When choosing to update the remaining time we have to be careful not to update the
// scheduled time once the EOL has been executed.
var/continuing = 0
var/continuing = NONE
if (time_spent >= time_before_fade)
if(m.message.pixel_y < starting_height)
var/max_height = m.message.pixel_y + m.approx_lines * CHAT_MESSAGE_APPROX_LHEIGHT - starting_height