Upload files

This commit is contained in:
SandPoot
2022-03-18 12:45:07 -03:00
parent a9bd8c3e94
commit 3ee2d12b34
3 changed files with 22 additions and 11 deletions

View File

@@ -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