diff options
| author | Michael <[email protected]> | 2017-02-25 10:30:52 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-25 10:30:52 -0500 |
| commit | c502062a6285512c95e86763a32c78713a15e9da (patch) | |
| tree | 2f33bff99545c7aa79167cd1356cb457d89c6744 /ShiftOS.WinForms/Resources | |
| parent | 413a7da898716d43711dcfe99791b329bb6d866b (diff) | |
| download | shiftos_thereturn-c502062a6285512c95e86763a32c78713a15e9da.tar.gz shiftos_thereturn-c502062a6285512c95e86763a32c78713a15e9da.tar.bz2 shiftos_thereturn-c502062a6285512c95e86763a32c78713a15e9da.zip | |
fix calc upgrades
Diffstat (limited to 'ShiftOS.WinForms/Resources')
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 19 |
1 files changed, 19 insertions, 0 deletions
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, |
