(do_desi): Don't complain unless FOR_REAL. Closes #923105.
This commit is contained in:
parent
6611a5c595
commit
a6bd408323
1 changed files with 5 additions and 3 deletions
|
@ -134,10 +134,12 @@ do_desi(struct natstr *natp, s_char *sects, s_char *deschar, long int cash,
|
|||
(opt_NO_HCMS && des == SCT_HEAVY) ||
|
||||
(opt_NO_OIL && des == SCT_OIL) ||
|
||||
(opt_NO_OIL && des == SCT_REFINE)) {
|
||||
if (for_real)
|
||||
pr("Only %s can make a %s!\n", cname(0), dchr[des].d_name);
|
||||
continue;
|
||||
}
|
||||
if (des == SCT_WASTE) {
|
||||
if (for_real)
|
||||
pr("Only a nuclear device (or %s) can make a %s!\n",
|
||||
cname(0), dchr[des].d_name);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue