Add additional sink potion #dipping effects
Also put "Nothing seems to happen." into c_common_strings, since it's used all over several files.
This commit is contained in:
@@ -3842,7 +3842,7 @@ tipcontainer_checks(
|
||||
|
||||
if (box->spe < old_spe) {
|
||||
if (bag && !totseen)
|
||||
pline("Nothing seems to happen.");
|
||||
pline1(nothing_seems_to_happen);
|
||||
/* check_unpaid wants to see a non-zero charge count */
|
||||
box->spe = old_spe;
|
||||
check_unpaid_usage(box, TRUE);
|
||||
|
||||
Reference in New Issue
Block a user