Rework item descriptions, fix item rescue menu
This commit is contained in:
@@ -25,7 +25,9 @@ public partial class Accessory : Node3D, IAccessory
|
||||
}
|
||||
public string ItemName => Stats.Name;
|
||||
|
||||
public string Description => Stats.Description;
|
||||
public string StatDescription => Stats.StatDescription;
|
||||
|
||||
public string FlavorText => Stats.FlavorText;
|
||||
|
||||
public float SpawnRate => Stats.SpawnRate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user