mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Frankenstein's Monster and Hydradoodle fixes
This commit is contained in:
@@ -68,8 +68,10 @@ public class RollDiceEffect extends SpellAbilityEffect {
|
||||
total += roll;
|
||||
}
|
||||
|
||||
String message = Localizer.getInstance().getMessage("lblPlayerRolledResult", player, StringUtils.join(rolls, ", "));
|
||||
player.getGame().getAction().nofityOfValue(sa, player, message, null);
|
||||
if (amount > 0) {
|
||||
String message = Localizer.getInstance().getMessage("lblPlayerRolledResult", player, StringUtils.join(rolls, ", "));
|
||||
player.getGame().getAction().nofityOfValue(sa, player, message, null);
|
||||
}
|
||||
|
||||
if (sa.hasParam("ResultSVar")) {
|
||||
host.setSVar(sa.getParam("ResultSVar"), ""+total);
|
||||
|
||||
Reference in New Issue
Block a user