home · contact · privacy
Plugin: Remove faulty newline.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 5 Mar 2016 11:13:17 +0000 (12:13 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 5 Mar 2016 11:13:17 +0000 (12:13 +0100)
plugins/server/PleaseTheIslandGod.py

index 7e45e15370e18051fc3bf51ad47bd9c69f85dbc0..8634bfd012c0b43a342ffa3b2cda751d6c26b4fc 100644 (file)
@@ -101,7 +101,7 @@ def actor_use_attempts_hook(t, ty):
         if t == world_db["Things"][0]:
             log("You use the " + world_db["ThingTypes"][ty]["TT_NAME"] + ". " \
                 "It glows in wondrous colors, and emits a sound as if from a d"
-                "ying cat. The Island God laughs.\n")
+                "ying cat. The Island God laughs.")
         t["T_LIFEPOINTS"] = 1
         from server.config.misc import decrement_lifepoints
         decrement_lifepoints(t)