Skip to content
Snippets Groups Projects
Commit 7e7ccacc authored by DCoded's avatar DCoded
Browse files

Bugfix

parent c687435e
No related branches found
No related tags found
1 merge request!10470Moved animal arrays into single object
...@@ -673,6 +673,10 @@ App.Facilities.Farmyard.farmyard = class Farmyard extends App.Facilities.Facilit ...@@ -673,6 +673,10 @@ App.Facilities.Farmyard.farmyard = class Farmyard extends App.Facilities.Facilit
feline: null, feline: null,
}; };
if (V.pit) {
V.pit.animal = null;
}
V.farmyardShows = 0; V.farmyardShows = 0;
V.farmyardBreeding = 0; V.farmyardBreeding = 0;
V.farmyardRestraints = 0; V.farmyardRestraints = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment