obfuscates names of unidentified items
This commit is contained in:
parent
7795044d36
commit
9e768c5f73
9 changed files with 166 additions and 29 deletions
|
|
@ -85,6 +85,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
MultiAttack,
|
||||
NaturalAttacks,
|
||||
Name,
|
||||
ObfuscatedName,
|
||||
OtherLevelPosition,
|
||||
ParticleLifetime,
|
||||
Player,
|
||||
|
|
@ -198,6 +199,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
MultiAttack,
|
||||
NaturalAttacks,
|
||||
Name,
|
||||
ObfuscatedName,
|
||||
OtherLevelPosition,
|
||||
ParticleLifetime,
|
||||
Player,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue