From 0f5d280e21fed824fc8e3382288ee3c4919d1357 Mon Sep 17 00:00:00 2001 From: "Aaron C. Meadows" Date: Wed, 20 May 2015 20:34:19 -0500 Subject: [PATCH] Squashed 'GroupInitiative/' changes from 4205fb8..002ca9d 002ca9d prod-GroupInitiative: Updated prod version of GroupInitiative at version 0.9.4. git-subtree-dir: GroupInitiative git-subtree-split: 002ca9ded950205305104c5a0c8aa755cbb0b2d7 --- GroupInitiative.js | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GroupInitiative.js b/GroupInitiative.js index 34a94a0843..22322fce71 100644 --- a/GroupInitiative.js +++ b/GroupInitiative.js @@ -5,8 +5,8 @@ var GroupInitiative = GroupInitiative || (function() { 'use strict'; - var version = '0.9.3', - lastUpdate = 1432152561, + var version = '0.9.4', + lastUpdate = 1432171923, schemaVersion = 0.10, bonusCache = {}, sorters = { @@ -173,7 +173,7 @@ var GroupInitiative = GroupInitiative || (function() { statAdjustments = { 'Stat-DnD': { func: function(v) { - return 'floor((('+v+')-10)/2))'; + return 'floor((('+v+')-10)/2)'; }, desc: 'Calculates the bonus as if the value were a DnD Stat.' }, diff --git a/package.json b/package.json index e7994690fa..518f7ede7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GroupInitiative", - "version": "0.9.3", + "version": "0.9.4", "description": "Adds the selected tokens to the turn order after rolling their initiative + configurable data.", "authors": "The Aaron", "roll20userid": "104025",