FillEdges builder, and a welcome message

This commit is contained in:
Llywelwyn 2023-07-24 19:16:20 +01:00
parent 0fe866c048
commit b80c3ac9d1
5 changed files with 54 additions and 11 deletions

View file

@ -228,7 +228,7 @@ pub fn scroll_table(_map_depth: i32) -> RandomTable {
.add("fireball scroll", 2)
.add("cursed fireball scroll", 2)
.add("confusion scroll", 4)
.add("magic missile scroll", 10)
.add("magic missile scroll", 6)
.add("magic map scroll", 4)
.add("cursed magic map scroll", 2);
}