unit drop_m; interface uses creature_m; procedure UpdateDropState(var cr: creature); implementation procedure UpdateDropState(var cr: creature); begin end; end.