Stalker_GAMMA
Stalker_GAMMA copied to clipboard
Fix recent artefact spawn timer delay change
The lowered spawn timer values from Less delay between artefacts spawn + higher regular spawn chance + reduced dynamic spawn chance weren't taking effect: delay1 and delay2 could not be nil there or it would have thrown a "nil value used in math" exception.
This patch lowers those values in set_delay() instead and removes the duplicated logic for their initialization.