From c502062a6285512c95e86763a32c78713a15e9da Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 25 Feb 2017 10:30:52 -0500 Subject: fix calc upgrades --- ShiftOS.WinForms/Resources/Shiftorium.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ShiftOS.WinForms/Resources') diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index c75372e..7635ec6 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -1,4 +1,23 @@ [ +// CALCULATOR UPGRADES + { + Name: "Calculator", + Cost: 1000, + Dependencies: "wm_free_placement;desktop", + Description: "Crazy math problems getting you down? Well, this calculator will take care of that!" + }, + { + Name: "AL Calculator", + Cost: 350, + Dependencies: "calculator;app_launcher", + Description: "Add an App Launcher Entry for the Calculator!" + }, + { + Name: "Calc Equals Button", + Cost: 600, + Dependencies: "calculator", + Description: "Right now, you can only type numbers, but this equals button opens the door to solving equations!" + }, { Name: "MUD Fundamentals", Cost: 50, -- cgit v1.2.3