Upload files
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
approx_lines = max(1, mheight / CHAT_MESSAGE_APPROX_LHEIGHT)
|
||||
|
||||
// Translate any existing messages upwards, apply exponential decay factors to timers
|
||||
message_loc = get_atom_on_turf(target)
|
||||
message_loc = isturf(target) ? target : get_atom_on_turf(target)
|
||||
if (owned_by.seen_messages)
|
||||
var/idx = 1
|
||||
var/combined_height = approx_lines
|
||||
|
||||
Reference in New Issue
Block a user