aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2016-04-27 20:39:02 +0200
committerpiernov <piernov@piernov.org>2016-04-27 20:39:02 +0200
commit5cba16a79d041000fe482ae69e36577220d63d56 (patch)
tree49f80bc587969e10db7ad5275e49a949bed20b77
parent3d59c6ceca1c5b05b304e1f8146e32d701a17acc (diff)
downloadcandybox-5cba16a79d041000fe482ae69e36577220d63d56.tar.gz
candybox-5cba16a79d041000fe482ae69e36577220d63d56.tar.bz2
candybox-5cba16a79d041000fe482ae69e36577220d63d56.tar.xz
candybox-5cba16a79d041000fe482ae69e36577220d63d56.zip
Add messages for savegame
-rw-r--r--inc/messages.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/messages.inc b/inc/messages.inc
index 5b1631f..9f3a09d 100644
--- a/inc/messages.inc
+++ b/inc/messages.inc
@@ -5,7 +5,10 @@ $messages = array(
"gold_insufficient" => "You don't have enough gold.",
"shop_missing_item" => "This item does not exist.",
"guild_not_yet_created" => "You need to create a guild first.",
- "guild_already_built" => "You have aready built a guild."
+ "guild_already_built" => "You have aready built a guild.",
+
+ "gamesave_ok" => "Game saved.",
+ "gamesave_error" => "An error occured when trying to save the game.",
);
function sendMessage($type, $msg) {