race -> ancestries, adds ancestry stat maximums
This commit is contained in:
parent
9e26c41aad
commit
33ce208252
5 changed files with 73 additions and 17 deletions
|
|
@ -7,10 +7,10 @@ use super::{
|
|||
use rltk::prelude::*;
|
||||
use specs::prelude::*;
|
||||
use std::collections::BTreeMap;
|
||||
mod character_creation;
|
||||
mod cheat_menu;
|
||||
mod letter_to_option;
|
||||
mod race_selection;
|
||||
pub use race_selection::*;
|
||||
pub use character_creation::*;
|
||||
mod tooltip;
|
||||
pub use cheat_menu::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue