Skip to content
Snippets Groups Projects
Commit 982c0ba6 authored by xao's avatar xao
Browse files

Reduced max layer groups to 6

parent c741709a
No related branches found
No related tags found
2 merge requests!2922More dev changes,!2856Combat Renderer - Continuation
......@@ -59,7 +59,7 @@ const Skin = (() => {
const tanningMultiplier = 9; // Increase to make the tanning function even out more sharply (as the tan level increases)
const scalingFactor = 0.033; // Decrease for slower tanning gain from sun intensity
const tanningLossPerMinute = 0.000695; // ~1 per day - ~100 days from 100% to 0%
const maxLayerGroups = 10;
const maxLayerGroups = 6;
/**
* Only run this from time.js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment