fastfov and telepathy
currently no way to *gain* telepathy, but it works
This commit is contained in:
parent
58ab2e9aa5
commit
ec9127573c
12 changed files with 126 additions and 45 deletions
|
|
@ -51,7 +51,9 @@ pub fn save_game(ecs: &mut World) {
|
|||
Renderable,
|
||||
Player,
|
||||
Viewshed,
|
||||
Telepath,
|
||||
Monster,
|
||||
Mind,
|
||||
Name,
|
||||
BlocksTile,
|
||||
CombatStats,
|
||||
|
|
@ -133,7 +135,9 @@ pub fn load_game(ecs: &mut World) {
|
|||
Renderable,
|
||||
Player,
|
||||
Viewshed,
|
||||
Telepath,
|
||||
Monster,
|
||||
Mind,
|
||||
Name,
|
||||
BlocksTile,
|
||||
CombatStats,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue