|
@@ -35,7 +35,7 @@
|
35
|
35
|
* `Stable` stores many `Horse`.
|
36
|
36
|
* `FarmHouse` stores many `Person`
|
37
|
37
|
* `ChickenCoop` stores many `Chicken`
|
38
|
|
- * `Farm` stores many `Stable`, many `DogHouse`, and a single `FarmHouse`
|
|
38
|
+ * `Farm` stores many `Stable`, many `ChickenCoop`, and a single `FarmHouse`
|
39
|
39
|
|
40
|
40
|
# Establishing The Plot
|
41
|
41
|
|
|
@@ -47,7 +47,6 @@
|
47
|
47
|
|
48
|
48
|
* 15 `Chicken` across 4 `ChickenCoop`
|
49
|
49
|
* 10 `Horse` across 3 `Stable`.
|
50
|
|
- * 5 `Dog` across 2 `DogHouse`
|
51
|
50
|
* 2 `FarmVehicle`
|
52
|
51
|
* 1 `Aircraft`
|
53
|
52
|
* His sister, `Froilanda`, is a `Pilot` who uses a `CropDuster`.
|