Skip to content

Commit

Permalink
Change color light of lantern
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Jul 3, 2024
1 parent df85130 commit e59eee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/aesthetics/_aesthetics.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions modular_ss220/aesthetics/lights/code/flashlight.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/item/flashlight/lantern
light_color = "#FF9F40"

0 comments on commit e59eee9

Please sign in to comment.