Skip to content

Commit

Permalink
A Creative Calculator Application for Mobile Apps Development Module
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanAndrie committed Dec 10, 2022
1 parent 954ad96 commit e96775e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class MainActivity : AppCompatActivity() {
// Melt
if (elements.contains("pyro") and elements.contains("cryo")){
reaction = "Melt"
effect = "Deals Extra Damage (2 time multiplier)"
effect = "Deals Extra Damage (2 times multiplier)"
displayReaction(reaction, effect)
}

Expand Down

0 comments on commit e96775e

Please sign in to comment.