v0.4.3b: removed the halloween treat extension
This commit is contained in:
parent
4704b30166
commit
f9d51ab02f
|
@ -59,10 +59,7 @@ public class Pasty extends Food {
|
|||
holiday = Holiday.HWEEN;
|
||||
break;
|
||||
case Calendar.NOVEMBER:
|
||||
if (calendar.get(Calendar.DAY_OF_MONTH) == 1 ||
|
||||
//halloween treat is releasing late in 2016, give it a bit more time
|
||||
(calendar.get(Calendar.YEAR) == 2016
|
||||
&& calendar.get(Calendar.WEEK_OF_MONTH) == 1))
|
||||
if (calendar.get(Calendar.DAY_OF_MONTH) == 1)
|
||||
holiday = Holiday.HWEEN;
|
||||
break;
|
||||
case Calendar.DECEMBER:
|
||||
|
|
Loading…
Reference in New Issue
Block a user