home · contact · privacy
Server, plugin: Minor language improvements.
[plomrogue] / server / actions.py
index 0fd598671e60133be0f330844b87eb4b84a85dc5..dd9d9e7f21c294685d76248b0e02b731b2cdec71 100644 (file)
@@ -98,6 +98,6 @@ def actor_use(t):
             del world_db["Things"][id]
             t["T_SATIATION"] += world_db["ThingTypes"][type]["TT_TOOLPOWER"]
             if t == world_db["Things"][0]:
-                log("You CONSUME this object.")
+                log("You CONSUME this thing.")
         elif t == world_db["Things"][0]:
             log("You try to use this object, but FAIL.")