From 3e5498e2f93e96e3efc5a808bea6de07a2c41e68 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 25 Feb 2017 09:48:02 -0500 Subject: Calculator stuffs 2 --- ShiftOS_TheReturn/Resources/Shiftorium.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ShiftOS_TheReturn') 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!" } ] -- cgit v1.2.3