mirror of
https://github.com/veden/Rampant.git
synced 2025-01-18 02:58:32 +02:00
reduce freqency of rabid
This commit is contained in:
parent
0a88e0c48e
commit
d46a7dd1f1
@ -129,7 +129,7 @@ function aiBuilding.formSquads(regionMap, surface, natives, chunk, evolution_fac
|
||||
|
||||
local squad = createSquad(squadPosition, surface, natives)
|
||||
|
||||
if (math.random() < 0.05) then
|
||||
if (math.random() < 0.03) then
|
||||
squad.rabid = true
|
||||
end
|
||||
|
||||
|
6
make.rkt
6
make.rkt
@ -5,7 +5,7 @@
|
||||
|
||||
;(define modFolder "C:/Users/veden/AppData/Roaming/Factorio/mods/")
|
||||
;(define zipModFolder "C:/Program Files/Factorio_0.14.1/mods/")
|
||||
(define modFolder "/home/veden/.factorio/mods/")
|
||||
(define modFolder "/data/games/factorio13.20/mods/")
|
||||
(define zipModFolder "/data/games/factorio13.20/mods/")
|
||||
(define configuration (call-with-input-file "info.json"
|
||||
(lambda (port)
|
||||
@ -73,7 +73,7 @@
|
||||
(copyDirectory "graphics" modFolder)
|
||||
(copyDirectory "prototypes" modFolder)))
|
||||
|
||||
(copyFiles modFolder)
|
||||
; (copyFiles modFolder)
|
||||
; (copyFiles zipModFolder)
|
||||
; (makeZip)
|
||||
(makeZip)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user