From 55484786ecf09841ed0a08c25c2ae4d8f80b07c4 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Fri, 4 May 2012 11:22:48 -0400 Subject: [PATCH] Ones Subtract added the option for the user to enable one subtract closes #35 Signed-off-by: Ricky Barrette --- ExaltedDice/res/values/strings.xml | 2 ++ ExaltedDice/res/xml/settings.xml | 4 ++++ .../src/com/TwentyCode/android/ExaltedDice/ExaltedDice.java | 5 +++++ .../src/com/TwentyCode/android/ExaltedDice/Settings.java | 2 +- 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ExaltedDice/res/values/strings.xml b/ExaltedDice/res/values/strings.xml index 4885ef3..c57d1bd 100755 --- a/ExaltedDice/res/values/strings.xml +++ b/ExaltedDice/res/values/strings.xml @@ -35,5 +35,7 @@ Highlight Color Highlights your last roll in a custom color Game Mode + Ones Subtract + Ones count as -1 to your successes \ No newline at end of file diff --git a/ExaltedDice/res/xml/settings.xml b/ExaltedDice/res/xml/settings.xml index d04d0c4..078867e 100644 --- a/ExaltedDice/res/xml/settings.xml +++ b/ExaltedDice/res/xml/settings.xml @@ -20,6 +20,10 @@ android:key="tens_count_twice" android:summary="@string/tens_count_twice_msg" android:title="@string/tens_count_twice" /> +