(V_CIVIL, V_MILIT, V_SHELL, V_GUN, V_PETROL, V_IRON, V_DUST, V_BAR,
V_FOOD, V_OIL, V_LCM, V_HCM, V_UW, V_RAD, V_ITEM): Remove, use item types instead.
This commit is contained in:
parent
09def8f156
commit
8ef7f35a56
17 changed files with 64 additions and 81 deletions
|
@ -1134,9 +1134,9 @@ lnd_mar_one_sector(struct emp_qelem *list, int dir, natid actor,
|
|||
}
|
||||
/* Note we check would_abandon first because we don't want
|
||||
to always have to do these checks */
|
||||
if (would_abandon(&osect, V_CIVIL, 0, &(llp->land))) {
|
||||
if (would_abandon(&osect, I_CIVIL, 0, &(llp->land))) {
|
||||
stop = 0;
|
||||
if (!want_to_abandon(&osect, V_CIVIL, 0, &(llp->land))) {
|
||||
if (!want_to_abandon(&osect, I_CIVIL, 0, &(llp->land))) {
|
||||
stop = 1;
|
||||
}
|
||||
/* now check stuff */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue