From 6c26d0d15723cebf859cef8a6a8878f3c7e9197f Mon Sep 17 00:00:00 2001 From: MrSky12 Date: Fri, 22 Oct 2021 02:01:17 +0200 Subject: [PATCH] Kab help plz :) --- GainStation13/code/obj/donutfactory.dm | 10 ++++++++++ tgstation.dme | 1 + 2 files changed, 11 insertions(+) create mode 100644 GainStation13/code/obj/donutfactory.dm diff --git a/GainStation13/code/obj/donutfactory.dm b/GainStation13/code/obj/donutfactory.dm new file mode 100644 index 00000000..1312c735 --- /dev/null +++ b/GainStation13/code/obj/donutfactory.dm @@ -0,0 +1,10 @@ + + +//** USE THIS .DM FOR LAVALAND_DEMONE !!! ** + + + +/icons/obj/lavaland_demone/donutsign + name = "Hella Nice sign." + icon = "donutsign" + desc = "Try out our new lavaland donuts! GATO Industrial Concern!" \ No newline at end of file diff --git a/tgstation.dme b/tgstation.dme index 9debda01..c4800b66 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3067,6 +3067,7 @@ #include "code\modules\zombie\organs.dm" #include "GainStation13\code\modules\mob\living\emote.dm" #include "GainStation13\code\modules\vending\mealdor.dm" +#include "GainStation13\code\obj\donutfactory.dm" #include "hyperstation\code\__DEFINES\economy.dm" #include "hyperstation\code\__DEFINES\wendigo.dm" #include "hyperstation\code\controllers\subsystem\economy.dm"