checkout of the Inn - banner (#9835)

* show resting banner

* resume damage

* replace colors by variables

* remove indentation
This commit is contained in:
negue
2018-03-17 21:12:25 +01:00
committed by Matteo Pagliazzi
parent 3c224fe353
commit 3d4107db3e
4 changed files with 94 additions and 10 deletions
@@ -720,7 +720,6 @@ export default {
this.newMessage = newText;
},
toggleSleep () {
this.user.preferences.sleep = !this.user.preferences.sleep;
this.$store.dispatch('user:sleep');
},
async sendMessage () {