mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Fixed errant PD mod bug.
This commit is contained in:
@@ -1421,7 +1421,7 @@ select:focus + .focus {
|
||||
}
|
||||
|
||||
.item-characteristics-propulsion-system-block textarea {
|
||||
min-height: 45px;
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
.item-characteristics-power-system-block textarea {
|
||||
|
||||
@@ -18245,7 +18245,7 @@
|
||||
|
||||
|
||||
// Update Physical Defense
|
||||
on("change:pd chage:pdMod change:useCharacteristicMaximums change:optionTakesNoSTUN", function () {
|
||||
on("change:pd change:pdMod change:useCharacteristicMaximums change:optionTakesNoSTUN", function () {
|
||||
getAttrs(["pd", "pdMod", "useCharacteristicMaximums", "optionTakesNoSTUN"], function(values) {
|
||||
|
||||
const statValue = parseInt(values.pd)||0;
|
||||
|
||||
Reference in New Issue
Block a user