From 40d6dbaa96b677cef084075badf0105e5d396402 Mon Sep 17 00:00:00 2001 From: copperwater Date: Sun, 1 Jul 2018 11:51:55 -0400 Subject: [PATCH] Applying a candelabrum with no candles gives a tip "This candelabrum has no candles. To attach candles, apply them instead of the candelabrum." --- src/apply.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apply.c b/src/apply.c index d3429faf4..8d35e2f0e 100644 --- a/src/apply.c +++ b/src/apply.c @@ -1138,6 +1138,7 @@ register struct obj *obj; } if (obj->spe <= 0) { pline("This %s has no %s.", xname(obj), s); + pline("To attach candles, apply them instead of the %s.", xname(obj)); return; } if (Underwater) {