From 4ed0a725c28cf40eb78ea0da25bea41af54f25d2 Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Sat, 8 May 2021 23:54:55 +0200 Subject: [PATCH] Add files via upload --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index cb86a29..800ca4c 100644 --- a/index.html +++ b/index.html @@ -2145,7 +2145,7 @@ function gameOver(){ var data = google.visualization.arrayToDataTable([ ['Categoria', 'Persone'], - ['Sani', 60000000], + ['Sani', 6000000], ['Infetti', 0], ['Immuni', 0], ['Morti', 0] @@ -2412,7 +2412,7 @@ function gameOver(){ */ - var peopleTot=60000000,dd=0,inffactor=(0.20+0.01*randomInteger(0,10)); + var peopleTot=6000000,dd=0,inffactor=(0.20+0.01*randomInteger(0,10)); var inf= gameVars["virus"]["people"]["infected"]; gameVars["virus"]["people"]["infected"]=inf*(gameVars["virus"]["Rt"]+1); gameVars["virus"]["people"]["infected"]-=inf; @@ -2451,7 +2451,7 @@ function gameOver(){ gameVars["virus"]["people"]["dead"]=0; gameVars["virus"]["people"]["immune"]=0; gameVars["virus"]["people"]["infected"]=randomInteger(30,200); - gameVars["virus"]["people"]["healthy"]=60000000; + gameVars["virus"]["people"]["healthy"]=6000000; gameVars["virus"]["title"] = title; gameVars["virus"]["infoboxLastI"] = 0; @@ -2468,4 +2468,4 @@ function gameOver(){ if(lastVircb) lastVircb(); }); - + \ No newline at end of file