This commit is contained in:
2019-01-15 02:36:53 +01:00
parent e9e4d886ef
commit e30c63ea9f

View File

@@ -1,10 +1,10 @@
import java.lang.Double;
Citizen[] citizen = new Citizen[10];
Citizen[] citizen = new Citizen[1];
void initCitizen() {
//namen: ethuriel, nathaniel, loriel, samuel, aluriel, aleriel, thaliel, suriel, kaliel,
int[][] claireArray = { { 00, 2 }, { 1, 3} };
println(int(hour()
citizen[0] = new Citizen(59, "Claire", claireArray);
//citizen[1] = new Citizen(121, "Matze");
//citizen[2] = new Citizen(18, "Freddy");
@@ -14,7 +14,7 @@ void initCitizen() {
//citizen[6] = new Citizen(59, "Grasso");
//citizen[7] = new Citizen(121, "Nico");
//citizen[8] = new Citizen(18, "Victor");
//citizen[9] = new Citizen(59, "Paul");
//citizen[9] = new Citizen(59, "Paul");
for (int i = 0; i < citizen.length; i++) {
citizen[i].spawn(int(random(0, houses.size())));