mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Made some Genes not pop up in quests, typos
This commit is contained in:
parent
491c54cd03
commit
c93c80e0ed
6 changed files with 14 additions and 5 deletions
|
@ -24,7 +24,7 @@ namespace RJW_Genes
|
|||
RJW_Genes_Settings.rjw_genes_resizing_age = listing_Standard.Slider(RJW_Genes_Settings.rjw_genes_resizing_age, 18f, 100f);
|
||||
listing_Standard.Gap(4f);
|
||||
// Evergrowth Speed
|
||||
listing_Standard.Label("number of ticks between genitalia evergrowth updates (600 tick for ~2cm/day)" + ": " +
|
||||
listing_Standard.Label("number of ticks between genitalia evergrowth updates (60000 ticks are 1 day)" + ": " +
|
||||
Math.Round((double)(RJW_Genes_Settings.rjw_genes_evergrowth_ticks), 0).ToString() , -1f, "ticks.");
|
||||
RJW_Genes_Settings.rjw_genes_evergrowth_ticks = (int) listing_Standard.Slider(RJW_Genes_Settings.rjw_genes_evergrowth_ticks, 600, 60000);
|
||||
listing_Standard.Gap(4f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue