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:
committed by
Patric Mueller
parent
ce617ba798
commit
40d6dbaa96
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user