From e59eee945e0a3f5214dbccc76095e3808ab27b5e Mon Sep 17 00:00:00 2001 From: dj-34 Date: Wed, 3 Jul 2024 21:54:33 +0500 Subject: [PATCH] Change color light of lantern --- modular_ss220/aesthetics/_aesthetics.dme | 1 + modular_ss220/aesthetics/lights/code/flashlight.dm | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 modular_ss220/aesthetics/lights/code/flashlight.dm diff --git a/modular_ss220/aesthetics/_aesthetics.dme b/modular_ss220/aesthetics/_aesthetics.dme index b2f85c3e2d39..661e9359cce0 100644 --- a/modular_ss220/aesthetics/_aesthetics.dme +++ b/modular_ss220/aesthetics/_aesthetics.dme @@ -29,6 +29,7 @@ #include "labeler\code\labeler.dm" #include "library\code\library.dm" #include "light_switch\code\light_switch.dm" +#include "lights\code\flashlight.dm" #include "lights\code\lights.dm" #include "newscaster\code\newscaster.dm" #include "piano\code\piano.dm" diff --git a/modular_ss220/aesthetics/lights/code/flashlight.dm b/modular_ss220/aesthetics/lights/code/flashlight.dm new file mode 100644 index 000000000000..4e4041a707ba --- /dev/null +++ b/modular_ss220/aesthetics/lights/code/flashlight.dm @@ -0,0 +1,2 @@ +/obj/item/flashlight/lantern + light_color = "#FF9F40"