Skip to content
Snippets Groups Projects
Commit 996dc853 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

egypt fixes

parent 539668f0
No related branches found
No related tags found
1 merge request!7504Wardrobe shopping to DOM
...@@ -118,7 +118,9 @@ App.UI.WardrobeShopping = function() { ...@@ -118,7 +118,9 @@ App.UI.WardrobeShopping = function() {
} }
} }
} }
if (!isItemAccessible.entry(model.clothes, "clothing")) { if (clothing !== "egypt" && !isItemAccessible.entry(model.clothes, "clothing") ||
(clothing === "egypt" && !isItemAccessible.entry("ancient Egyptian", "collar")) // Fuck Egypt
) {
if (cost < V.cash) { if (cost < V.cash) {
App.UI.DOM.appendNewElement( App.UI.DOM.appendNewElement(
"div", "div",
......
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