From 9916fafefca35e11edffb91566a3eee3aa90cd95 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 29 Apr 2017 10:52:10 -0400 Subject: fix all beta 2.3 bugs --- ShiftOS_TheReturn/Shiftorium.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ShiftOS_TheReturn') diff --git a/ShiftOS_TheReturn/Shiftorium.cs b/ShiftOS_TheReturn/Shiftorium.cs index 2637f1b..ad60134 100644 --- a/ShiftOS_TheReturn/Shiftorium.cs +++ b/ShiftOS_TheReturn/Shiftorium.cs @@ -445,7 +445,11 @@ namespace ShiftOS.Engine { public ShiftoriumUpgradeAttribute(string name, long cost, string desc, string dependencies, string category) : base(name.ToLower().Replace(" ", "_")) { - + Name = name; + Description = desc; + Dependencies = dependencies; + Cost = cost; + Category = category; } public string Name { get; private set; } -- cgit v1.2.3