Let's switch back to the OG name

This commit is contained in:
Pao
2023-03-04 00:35:21 +01:00
parent f55fe877f7
commit cf0c93fb4b
89 changed files with 651 additions and 651 deletions

View File

@@ -1,34 +1,34 @@
VERSION = 1,
/* option JCIO.RollUpSleeves
/* option TOC.RollUpSleeves
{
type = boolean,
default = true,
page = JCIO,
translation = JCIO_RollUpSleeves,
page = TOC,
translation = TOC_RollUpSleeves,
} */
option JCIO.CicatrizationSpeedMultiplier
option TOC.CicatrizationSpeedMultiplier
{
type = integer,
min = 1,
max = 10,
default = 1,
page = JCIO,
translation = JCIO_CicatrizationSpeedMultiplier,
page = TOC,
translation = TOC_CicatrizationSpeedMultiplier,
}
option JCIO.AmputationTimeMultiplier
option TOC.AmputationTimeMultiplier
{
type = integer,
min = 1,
max = 10,
default = 1,
page = JCIO,
translation = JCIO_AmputationTimeMultiplier
page = TOC,
translation = TOC_AmputationTimeMultiplier
}