# HG changeset patch # User nemo # Date 1388776276 18000 # Node ID 6dbddbb7b229775daed5232934e5e75e9b457f42 # Parent 948f48b2936043e0b801fdb506fe602a0fa7cb32 I'd meant for this to match the frontend diff -r 948f48b29360 -r 6dbddbb7b229 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Fri Jan 03 19:28:14 2014 +0100 +++ b/hedgewars/uStore.pas Fri Jan 03 14:11:16 2014 -0500 @@ -244,8 +244,8 @@ begin if (month = 4) and (md = 20) then Hat := 'eastertop' // Easter - else if (month = 12) and ((md = 25) or (md = 24)) then - Hat := 'Santa' // Christmas/Christmas Eve + else if (month = 12) and ((md = 24) or (md = 25) or (md = 26)) then + Hat := 'Santa' // Christmas Eve/Christmas/Boxing Day else if (month = 10) and (md = 31) then Hat := 'fr_pumpkin'; // Halloween/Hedgewars' birthday end;