forked from github/server
re-enable undead check, I think it is fixed.
This commit is contained in:
parent
9f3f9d7c56
commit
2a0688d1b4
|
@ -31,7 +31,6 @@ function test_undead_reserve_other()
|
|||
u1.name = 'Xolgrim'
|
||||
process_orders()
|
||||
|
||||
-- Intermittent Failure: expected 0 but was 2
|
||||
assert_equal(0, u1:get_item("log"))
|
||||
|
||||
assert_equal(2, u2:get_item("log"))
|
||||
|
|
|
@ -144,8 +144,6 @@ bool omniscient(const faction *f)
|
|||
return (f->race == rc_template);
|
||||
}
|
||||
|
||||
|
||||
|
||||
static char *groupid(const struct group *g, const struct faction *f)
|
||||
{
|
||||
typedef char name[OBJECTIDSIZE + 1];
|
||||
|
|
Loading…
Reference in New Issue