Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit b7c4905

Browse files
a
1 parent 70c57e9 commit b7c4905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/datums/chatmessage.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#define CHAT_MESSAGE_ICON_SIZE 9
1919

2020
///Base layer of chat elements
21-
#define CHAT_LAYER 1
21+
#define CHAT_LAYER 12.0001
2222
///Highest possible layer of chat elements
23-
#define CHAT_LAYER_MAX 2
23+
#define CHAT_LAYER_MAX 12.9999
2424
/// Maximum precision of float before rounding errors occur (in this context)
2525
#define CHAT_LAYER_Z_STEP 0.0001
2626
/// The number of z-layer 'slices' usable by the chat message layering

0 commit comments

Comments
 (0)