home · contact · privacy
Server: Remove .stomach thing type attribute, derive from .lifepoints.
[plomrogue] / src / server / io.c
index 9e55b0114d436b6b5f096af6a27d9638cf83785d..b3b6f8a0d8a42e9fb71284ee265b203e7915d20e 100644 (file)
@@ -417,7 +417,6 @@ extern void save_world()
         write_key_space_string(file, s[S_CMD_TT_NAME], tt->name);
         write_key_space_uvalue(file, s[S_CMD_TT_CONSUM], tt->consumable);
         write_key_space_uvalue(file, s[S_CMD_TT_PROL], tt->proliferate);
-        write_key_space_uvalue(file, s[S_CMD_TT_STOMACH], tt->stomach);
         try_fputc('\n', file, __func__);
     }
     for (tt = world.thing_types; tt; tt = tt->next)