kts.AddMonsters – add monsters randomly to the dungeon
kts.AddMonsters(monster_type, number)
The given number of monsters, of the given MonsterType, are added to the dungeon at random locations.
Monsters will not be placed on staircase tiles.
No value is returned.
If the inputs are not valid an error will be raised.
This can only be called during game setup.