Skip to content

Commit

Permalink
Potential fix for mixed case class names
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahG-579462 committed Dec 25, 2022
1 parent c59a5fc commit 4545252
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions sg_multikits/lib/sg#io.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ DEFINE_ACTION_FUNCTION 2da_to_asarray

FOR (row = 0; row < "%nrows%"; row += 1) BEGIN
SPRINT "name" $outtable2("%row%" "%name_col%")
TO_UPPER "name"
SET $"rows"("%name%") = row
END

Expand Down
2 changes: 1 addition & 1 deletion sg_multikits/setup-sg_multikits.tp2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//1. TP2 FILE//
BACKUP ~sg_multikits/backup~
AUTHOR ~SadieGamer (SG), [email protected]~
VERSION ~v0.15~
VERSION ~v0.18~
ALWAYS
COPY ~%MOD_FOLDER%/data~ ~override~
INCLUDE "%MOD_FOLDER%/lib/sg#install_multikit.tpa"
Expand Down
4 changes: 2 additions & 2 deletions sg_multikits/translations/english/setup.tra
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// lines (translation is not needed) //
// //
////////////////////////////////////////////////////////////////////////////////
@100 = ~INSTALL/UNINSTALL MULTIKITS [Install after any thief kits!]~
@101 = ~this component standardizes backstabs to use clabs. It also is used so you can uninstall all multikits.~
@100 = ~INSTALL/UNINSTALL MULTIKITS [Install after anything that changes kits CLABs!]~
@101 = ~this component standardizes backstabs to use clabs, and QDifys base class clabs to use the same format as multiclasses.~

@200 = ~Enable Extended Druid Multikits [Install after any mod that adds priest spells!]~
@201 = ~This component turns druid kits into pseudo-clerics and pseudo-rangers.~
Expand Down

0 comments on commit 4545252

Please sign in to comment.