diff options
| author | lempamo <[email protected]> | 2017-02-25 09:48:02 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 09:48:02 -0500 |
| commit | 3e5498e2f93e96e3efc5a808bea6de07a2c41e68 (patch) | |
| tree | 71140dfa1f68fdb11ccaf4a87d52f0898c676c32 /ShiftOS_TheReturn | |
| parent | cc4b3c6f091828f2b44ffa3688f551ed09557ec6 (diff) | |
| download | shiftos_thereturn-3e5498e2f93e96e3efc5a808bea6de07a2c41e68.tar.gz shiftos_thereturn-3e5498e2f93e96e3efc5a808bea6de07a2c41e68.tar.bz2 shiftos_thereturn-3e5498e2f93e96e3efc5a808bea6de07a2c41e68.zip | |
Calculator 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!" } ] |
