Pārlūkot izejas kodu

One grammar correction

tags/v0.7.0
Fen Dweller pirms 7 gadiem
vecāks
revīzija
188be20ea3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      recursive-desc.js

+ 1
- 1
recursive-desc.js Parādīt failu

@@ -516,7 +516,7 @@ rules["eat"].push({
hasLessThan(container, "Person", 5);
},
"desc": function(container, macro, verbose) {
return "You crush the " + container.contents["Car"].describe() + " with your tight throat, washing it down with " + container.contents["Person"].describe();
return "You crush " + container.contents["Car"].describe() + " with your tight throat, washing it down with " + container.contents["Person"].describe();
}
});



Notiek ielāde…
Atcelt
Saglabāt