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

Custom animals are no longer locked behind debug/cheatmode

parent c56992bb
No related branches found
No related tags found
1 merge request!10659Custom animals are no longer locked behind debug/cheatmode
......@@ -10,16 +10,13 @@ App.Facilities.Farmyard.animals = function() {
App.UI.DOM.appendNewElement("div", frag, domestic(), ['margin-bottom']);
App.UI.DOM.appendNewElement("div", frag, exotic(), ['margin-bottom']);
frag.append(addAnimal());
V.nextButton = "Back";
V.nextLink = "Farmyard";
V.returnTo = "Farmyard Animals";
V.encyclopedia = "Farmyard";
if (V.debugMode || V.cheatMode) {
frag.append(addAnimal());
}
return frag;
// Active Animals
......
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