Rework item descriptions, fix item rescue menu
This commit is contained in:
@@ -28,7 +28,9 @@ public partial class Weapon : Node3D, IWeapon
|
||||
|
||||
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