Applying a candelabrum with no candles gives a tip

"This candelabrum has no candles. To attach candles, apply them instead
of the candelabrum."
This commit is contained in:
copperwater
2020-01-04 22:54:14 +01:00
committed by Patric Mueller
parent ce617ba798
commit 40d6dbaa96
+1
View File
@@ -1138,6 +1138,7 @@ register struct obj *obj;
} }
if (obj->spe <= 0) { if (obj->spe <= 0) {
pline("This %s has no %s.", xname(obj), s); pline("This %s has no %s.", xname(obj), s);
pline("To attach candles, apply them instead of the %s.", xname(obj));
return; return;
} }
if (Underwater) { if (Underwater) {