From 743ff2b2914eebe36b79a89923ec795c72f7ba54 Mon Sep 17 00:00:00 2001 From: Builder-13 <52353663+Builder-13@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:30:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=82=D1=80=D0=B0=D1=82=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B2=D1=8B=D0=BA=D0=BE=D0=B2=20=D1=83=20=D0=93=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=BA=D1=80=D0=B0=D0=B4=D0=B0=20(#2754)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Builder13 --- baystation12.dme | 1 + mods/_master_files/code/game/antagonist/station/changeling.dm | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 mods/_master_files/code/game/antagonist/station/changeling.dm diff --git a/baystation12.dme b/baystation12.dme index b0c6a8d194d49..17b85e1232c04 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -3336,6 +3336,7 @@ #include "mods\global_modpacks.dm" #include "mods\_master_files\code\_onclick\click.dm" #include "mods\_master_files\code\game\world.dm" +#include "mods\_master_files\code\game\antagonist\station\changeling.dm" #include "mods\_master_files\code\game\gamemodes\ert.dm" #include "mods\_master_files\code\game\objects\effects\decals\contraband.dm" #include "mods\_master_files\code\game\objects\structures\mineral_bath.dm" diff --git a/mods/_master_files/code/game/antagonist/station/changeling.dm b/mods/_master_files/code/game/antagonist/station/changeling.dm new file mode 100644 index 0000000000000..3b085e0bad929 --- /dev/null +++ b/mods/_master_files/code/game/antagonist/station/changeling.dm @@ -0,0 +1,2 @@ +/datum/antagonist/changeling + skill_setter = /datum/antag_skill_setter/station \ No newline at end of file