Procházet zdrojové kódy

Fixed all the stench options having the same IDs

tags/v1.0.0
Fen Dweller před 7 roky
rodič
revize
98816dd88c
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      features.js

+ 3
- 3
features.js Zobrazit soubor

@@ -1176,19 +1176,19 @@ options = [
},
{
"name": "Ass stench scale",
"id": "basePawStenchArea",
"id": "baseAssStenchArea",
"type": "float",
"default": "1.5"
},
{
"name": "Piss stench scale",
"id": "basePawStenchArea",
"id": "basePissStenchArea",
"type": "float",
"default": "0.75"
},
{
"name": "Scat stench scale",
"id": "basePawStenchArea",
"id": "baseScatStenchArea",
"type": "float",
"default": "3"
},


Načítá se…
Zrušit
Uložit