::#include:: "/d/dist/pumpkin/inherit/hospital.h"

::Data:: mapping of class npc_group

::item "rodent"::
::->npc:: "rodent"
::->quantity:: (: 1 :)
::->population:: (: 10 :)

::item "dog"::
::->npc:: "dog"
::->quantity:: (: 1 + random(2) :)
::->population:: (: 10 :)

::item "human child"::
::->npc:: "human child"
::->quantity:: (: 1  :)
::->population:: (: 20 :)

::item "cockroach"::
::->npc:: "cockroach"
::->quantity:: (: 1 :)
::->population:: (: 30 :)
