fix(event): award old Robes to new users, not 2016

This commit is contained in:
Sabe Jones
2016-01-29 15:12:07 -05:00
parent 5512be01cd
commit b7ee6f7da0
2 changed files with 2 additions and 3 deletions

View File

@@ -63,6 +63,7 @@ let armor = {
},
},
birthday: {
event: EVENTS.birthday,
text: t('armorSpecialBirthdayText'),
notes: t('armorSpecialBirthdayNotes'), value: 0,
},
@@ -359,7 +360,6 @@ let armor = {
con: 15,
},
birthday2016: {
event: EVENTS.birthday2016,
text: t('armorSpecialBirthday2016Text'),
notes: t('armorSpecialBirthday2016Notes'),
value: 0,