1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

9000->10000 at dock

This commit is contained in:
danielmartin0 2022-06-02 12:47:59 +01:00
parent dfd171e296
commit 612ab5b6d8

View File

@ -348,7 +348,7 @@ end
function Public.class_cost(at_dock)
if at_dock then
return 9000
return 10000
else
return 6000
end