Skip to content

Commit

Permalink
3.7.2
Browse files Browse the repository at this point in the history
specific.ids fix
  • Loading branch information
subtledoctor committed Jan 10, 2018
1 parent 9e90621 commit 7064125
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion might_and_guile/components/200_feats.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ DEFINE_ACTION_FUNCTION d5_resolve_specific INT_VAR index=0 delete=0 STR_VAR new_
new_specific_ind=0
found=0
READ_2DA_ENTRIES_NOW stats 2
FOR (row=0;row<stats;row+=1) BEGIN
FOR (row=1;row<stats;row+=1) BEGIN
READ_2DA_ENTRY_FORMER stats row 0 ind
READ_2DA_ENTRY_FORMER stats row 1 str
SET $stat("%row%") = ind
Expand Down
2 changes: 1 addition & 1 deletion might_and_guile/components/210_revised_bards.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DEFINE_ACTION_FUNCTION d5_resolve_specific INT_VAR index=0 delete=0 STR_VAR new_
new_specific_ind=0
found=0
READ_2DA_ENTRIES_NOW stats 2
FOR (row=0;row<stats;row+=1) BEGIN
FOR (row=1;row<stats;row+=1) BEGIN
READ_2DA_ENTRY_FORMER stats row 0 ind
READ_2DA_ENTRY_FORMER stats row 1 str
SET $stat("%row%") = ind
Expand Down
Binary file modified might_and_guile/feats/d5_rf34a.spl
Binary file not shown.
2 changes: 1 addition & 1 deletion might_and_guile/might_and_guile.tp2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BACKUP ~might_and_guile/backup~
AUTHOR ~SubtleD~

VERSION ~3.7.1~
VERSION ~3.7.2~

// README ~might_and_guile/readme-M_n_G.html~

Expand Down

0 comments on commit 7064125

Please sign in to comment.