diff --git a/code/_compile_options.dm b/code/_compile_options.dm index c768ad2176e..dc5221d1a78 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -92,7 +92,7 @@ #define MAX_ATOM_OVERLAYS 100 #if !defined(CBT) && !defined(SPACEMAN_DMM) -#warn "Building with Dream Maker is no longer supported and may result in errors." +#warn "Building with Dream Maker is no longer supported and will result in errors." #warn "In order to build, run BUILD.bat in the root directory." #warn "Consider switching to VSCode editor instead, where you can press Ctrl+Shift+B to build." #endif