home · contact · privacy
Plugin: Fix altar language.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 5 Mar 2016 20:15:12 +0000 (21:15 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 5 Mar 2016 20:15:12 +0000 (21:15 +0100)
plugins/server/PleaseTheIslandGod.py

index 8cb57340c958e39306fab0da0471aaa57eadf594..17a5bbd1d1ab2c1287c0bc9b90e404f604ccfa8b 100644 (file)
@@ -193,10 +193,10 @@ def actor_move(t):
     altar_msg_6 = "The Island God speaks to you: \"You have proven yourself " \
     "worthy of my respect. You were a good citizen to the island, and someti" \
     "mes a better steward to its inhabitants than me. The island shall miss " \
-    "you when you leave. But you have earned the right to do so. Take this" + \
-    world_db["ThingTypes"][world_db["SLIPPERS"]]["TT_NAME"] + " and USE it w" \
-    "hen you please. It will take you to where you came from. (But do feel f" \
-    "ree to stay here as long as you like.)\""
+    "you when you leave. But you have earned the right to do so. Take this "  \
+    + world_db["ThingTypes"][world_db["SLIPPERS"]]["TT_NAME"] + " and USE i" \
+    "t when you please. It will take you to where you came from. (But do fe" \
+    "el free to stay here as long as you like.)\""
 
     def enter_altar():
         from server.new_thing import new_Thing