X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=plugins%2Fserver%2FPleaseTheIslandGod.py;h=17a5bbd1d1ab2c1287c0bc9b90e404f604ccfa8b;hp=8cb57340c958e39306fab0da0471aaa57eadf594;hb=b84f1388810d132e66f55e199cfc62a8feb97536;hpb=650afc1941dc4063ca012e503b528da5db546310 diff --git a/plugins/server/PleaseTheIslandGod.py b/plugins/server/PleaseTheIslandGod.py index 8cb5734..17a5bbd 100644 --- a/plugins/server/PleaseTheIslandGod.py +++ b/plugins/server/PleaseTheIslandGod.py @@ -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