diff options
| author | Michael VanOverbeek <[email protected]> | 2017-02-25 10:04:11 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-25 10:04:11 -0500 |
| commit | 413a7da898716d43711dcfe99791b329bb6d866b (patch) | |
| tree | e8c14c7cfbc192d2e0cf60e3faef32d24b86ba0c /ShiftOS_TheReturn | |
| parent | 910a1c455e0176bfff7776e47f9160e349cfaf67 (diff) | |
| parent | 271c973c3f1de0afd96a4ad3d0e0ed43b5e1b4f8 (diff) | |
| download | shiftos_thereturn-413a7da898716d43711dcfe99791b329bb6d866b.tar.gz shiftos_thereturn-413a7da898716d43711dcfe99791b329bb6d866b.tar.bz2 shiftos_thereturn-413a7da898716d43711dcfe99791b329bb6d866b.zip | |
Merge pull request #89 from lempamo/master
Calc stuffs 2
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Resources/Shiftorium.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Resources/Shiftorium.txt b/ShiftOS_TheReturn/Resources/Shiftorium.txt index ec0a36d..d5951dc 100644 --- a/ShiftOS_TheReturn/Resources/Shiftorium.txt +++ b/ShiftOS_TheReturn/Resources/Shiftorium.txt @@ -601,7 +601,7 @@ { Name: "Calculator", Cost: 1000, - Dependencies: "wm_free_placement; desktop", + Dependencies: "wm_free_placement;desktop", Description: "Crazy math problems getting you down? Well, this calculator will take care of that!" }, { @@ -609,5 +609,11 @@ 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!" } ] |
