From 6cbf8453d7bff7885f11a5d14d3a37a5687e8f0a Mon Sep 17 00:00:00 2001 From: AmShegars <88627712+AmShegars@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:27:39 +0500 Subject: [PATCH] bam bam --- mods/anomaly/_anomaly.dme | 9 --------- .../{interacti_with_items.dm => interact_with_items.dm} | 0 2 files changed, 9 deletions(-) rename mods/anomaly/code/{interacti_with_items.dm => interact_with_items.dm} (100%) diff --git a/mods/anomaly/_anomaly.dme b/mods/anomaly/_anomaly.dme index f12a7526c7bf9..3d162890ce9db 100644 --- a/mods/anomaly/_anomaly.dme +++ b/mods/anomaly/_anomaly.dme @@ -51,12 +51,3 @@ #include "maps\zjarka_ruins.dm\zjarka_ruins.dm" #endif -// BEGIN_INTERNALS -// END_INTERNALS -// BEGIN_FILE_DIR -#define FILE_DIR . -// END_FILE_DIR -// BEGIN_PREFERENCES -// END_PREFERENCES -// BEGIN_INCLUDE -// END_INCLUDE diff --git a/mods/anomaly/code/interacti_with_items.dm b/mods/anomaly/code/interact_with_items.dm similarity index 100% rename from mods/anomaly/code/interacti_with_items.dm rename to mods/anomaly/code/interact_with_items.dm