summaryrefslogtreecommitdiff
path: root/app/controllers/game_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/game_controller.rb')
-rw-r--r--app/controllers/game_controller.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/game_controller.rb b/app/controllers/game_controller.rb
index 62ab77b..6205c17 100644
--- a/app/controllers/game_controller.rb
+++ b/app/controllers/game_controller.rb
@@ -27,8 +27,7 @@ class GameController < ApplicationController
activity = current_char.activity
if current_char.resting?
- @results.replace([{ type: "error", message: "You can't do anything while you're resting. Go to the Character" \
- " page to stop resting." }])
+ @results.replace([{ type: "error", message: "You can't do anything while you're resting." }])
current_char.stop_activity
return
end