home · contact · privacy
Fix hardcoding of MAGIC MEAT thing name.
[plomrogue] / src / server / thing_actions.c
index 3542254b7d79082268cca727c65f3679a5f8511e..dbf600c4666bdf76368287ea759a0d8245a816a8 100644 (file)
@@ -183,7 +183,7 @@ static void playerbonus_use(uint8_t no_thing, uint8_t wrong_thing)
         update_log("You try to use this object, but fail.");
         return;
     }
-    update_log("You consume MAGIC MEAT.");
+    update_log("You consume this object.");
 }