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
2018-07-01 11:51:55 -04:00
committed by Patric Mueller
parent ce617ba798
commit 40d6dbaa96

View File

@@ -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) {