mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
add cards to event content cycle
This commit is contained in:
committed by
Sabe Jones
parent
249394b4ad
commit
6e96085f99
@@ -129,7 +129,6 @@ api.cardTypes = {
|
||||
nye: {
|
||||
key: 'nye',
|
||||
messageOptions: 5,
|
||||
yearRound: moment().isBetween(EVENTS.nye2023.start, EVENTS.nye2023.end),
|
||||
},
|
||||
thankyou: {
|
||||
key: 'thankyou',
|
||||
@@ -139,7 +138,6 @@ api.cardTypes = {
|
||||
valentine: {
|
||||
key: 'valentine',
|
||||
messageOptions: 4,
|
||||
yearRound: moment().isBetween(EVENTS.valentine2024.start, EVENTS.valentine2024.end),
|
||||
},
|
||||
birthday: {
|
||||
key: 'birthday',
|
||||
|
||||
Reference in New Issue
Block a user