Don't let scrap give away civilians

Scrapping unloads everything.  Even stuff that unload can't: foreign
civilians.  Kill them off instead, like scuttle does.
This commit is contained in:
Markus Armbruster 2012-06-30 21:21:49 +02:00
parent 612ec6257d
commit 3d3d272eef
3 changed files with 8 additions and 3 deletions

View file

@ -54,6 +54,7 @@ extern void finish_server(void);
* src/lib/commands/ *.c
*/
extern int check_market(void);
extern int load_comm_ok(struct sctstr *, natid, i_type, int);
extern void gift(natid, natid, void *, char *);
extern int display_mark(i_type, int);
extern int want_to_abandon(struct sctstr *, i_type, int, struct lndstr *);