From eb7d0bfe719ebab701b71b9373895c3340075086 Mon Sep 17 00:00:00 2001 From: keronshb Date: Fri, 11 Feb 2022 20:35:56 -0500 Subject: [PATCH] Last of the linter fixes --- code/__DEFINES/antagonists.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/__DEFINES/antagonists.dm b/code/__DEFINES/antagonists.dm index 11189cf1af..20b4f03d71 100644 --- a/code/__DEFINES/antagonists.dm +++ b/code/__DEFINES/antagonists.dm @@ -120,3 +120,6 @@ GLOBAL_LIST_EMPTY(living_heart_cache) //A list of all living hearts in existance /// TC to charge someone if they get a free implant through choice or /// because they have nothing else that supports an implant. #define UPLINK_IMPLANT_TELECRYSTAL_COST 4 + +/// The dimensions of the antagonist preview icon. Will be scaled to this size. +#define ANTAGONIST_PREVIEW_ICON_SIZE 96