diff options
| author | lempamo <[email protected]> | 2017-02-25 12:08:34 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 12:08:34 -0500 |
| commit | 6a50e9fdda42b8a5cc23594e87b1a6cc2a39cc4c (patch) | |
| tree | caca080ebb1afe3e3ad4048926e5958820656cb9 /ShiftOS.WinForms/Resources | |
| parent | 4b9f08581bc44a6f8c7a6c64cfad31464c2e5145 (diff) | |
| download | shiftos_thereturn-6a50e9fdda42b8a5cc23594e87b1a6cc2a39cc4c.tar.gz shiftos_thereturn-6a50e9fdda42b8a5cc23594e87b1a6cc2a39cc4c.tar.bz2 shiftos_thereturn-6a50e9fdda42b8a5cc23594e87b1a6cc2a39cc4c.zip | |
Calc improvements 1
Diffstat (limited to 'ShiftOS.WinForms/Resources')
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ -19,6 +19,24 @@ 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, Description: "Some basic commands for the terminal that'll help you out in the multi-user domain.", |
