Rewrites Zorren lore blurb

This commit is contained in:
Heroman
2023-08-14 18:00:50 +10:00
parent da845841f5
commit 2e142fa8ef
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ var/list/runechat_image_cache = list()
// Translate any existing messages upwards, apply exponential decay factors to timers
message_loc = target.runechat_holder(src)
RegisterSignal(message_loc, COMSIG_PARENT_QDELETING, PROC_REF(qdel_self))
if(owned_by.seen_messages)
if(owned_by && owned_by.seen_messages)
var/idx = 1
var/combined_height = approx_lines
for(var/datum/chatmessage/m as anything in owned_by.seen_messages[message_loc])