From 18a810bd96e6ce706b6589a1ec5dbdb513285eee Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Tue, 4 Feb 2020 15:48:52 +0000 Subject: [PATCH] Update season preference --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index ccff9ca..55c0768 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,10 @@ RUN cd shadow-of-the-wyrm && \ RUN cd shadow-of-the-wyrm && \ sed -i 's/display=sdl/display=curses/g' swyrm.ini +# update ini to match current season by default +RUN cd shadow-of-the-wyrm && \ + sed -i 's/current_month_is_start_month=0/current_month_is_start_month=1/g' swyrm.ini + # remove git data from package RUN rm -rf shadow-of-the-wyrm/.git*