diff --git a/src/lib/commands/buil.c b/src/lib/commands/buil.c index c88db74c..1e0e40a0 100644 --- a/src/lib/commands/buil.c +++ b/src/lib/commands/buil.c @@ -202,8 +202,6 @@ buil(void) if (rqtech > tlev || (opt_DRNUKE && np->n_tech * drnuke_const > rlev)) type = -1; - if (np->n_flags & N_NEUT) - type = -1; } if (type < 0) { int tt = tlev;