11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
|
|
||
|
:- object(ash_throated_flycatcher,
|
||
|
imports(descriptors),
|
||
|
extends(flycatcher)).
|
||
|
|
||
|
|
||
|
throat(white).
|
||
|
|
||
|
|
||
|
:- end_object.
|