Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions GroupInitiative/GroupInitiative.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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.'
},
Expand Down
2 changes: 1 addition & 1 deletion GroupInitiative/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down