From 6a50e9fdda42b8a5cc23594e87b1a6cc2a39cc4c Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 25 Feb 2017 12:08:34 -0500 Subject: Calc improvements 1 --- ShiftOS.WinForms/Resources/Shiftorium.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ShiftOS.WinForms/Resources') diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index 8d2e199..3201cc5 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -18,6 +18,24 @@ Dependencies: "calculator", Description: "Right now, you can only type numbers, but this equals button opens the door to solving equations!" }, + { + Name: "Calc Plus Button", + Cost: 700, + Dependencies: "calc_equals_button", + Description: "With this extra button, your calculator can now do addition problems!" + }, + { + Name: "Calc Minus Button", + Cost: 700, + Dependencies: "calc_equals_button", + Description: "With this extra button, your calculator can now do subtraction problems!" + }, + { + Name: "Calc Multiply Button", + Cost: 800, + Dependencies: "calc_plus_button", + Description: "You can add numbers together, but it must be tiring to add the same number over and over. This multiplication button will make it easier for you!" + }, { Name: "MUD Fundamentals", Cost: 50, -- cgit v1.2.3