From a19faafa57a669353f8ded5c29adc4a8422b71d2 Mon Sep 17 00:00:00 2001 From: Bop Date: Mon, 19 Feb 2024 19:38:01 +0700 Subject: [PATCH] :( --- code/__DEFINES/construction/material.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/construction/material.dm b/code/__DEFINES/construction/material.dm index 294fe6364cd5..10eeaf9ea6cf 100644 --- a/code/__DEFINES/construction/material.dm +++ b/code/__DEFINES/construction/material.dm @@ -12,7 +12,7 @@ /// The maximum size of a stack object. #define MAX_STACK_SIZE 50 /// Maximum amount of cable in a coil -#define MAXCOIL 30 +#define MAXCOIL 40 //Category of materials /// Is the material from an ore? currently unused but exists atm for categorizations sake