Преглед на файлове

verb0se instead of verbose, somehow

tags/v0.7.0
Fen Dweller преди 8 години
родител
ревизия
a0855acbbd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      recursive-desc.js

+ 1
- 1
recursive-desc.js Целия файл

@@ -419,7 +419,7 @@ function defaultSoulAbsorbPaw(container, macro, verbose) {
if (container.count == 0)
return "Your " + macro.footDesc() + " thumps against the ground";
else if (sum == 0)
return "Your " + macro.footDesc() + " slams down on " + container.describe(verb0se) + "...but there aren't any souls within!";
return "Your " + macro.footDesc() + " slams down on " + container.describe(verbose) + "...but there aren't any souls within!";
else
return "Your " + macro.footDesc() + " slams down on " + container.describe(verbose) + ", smashing them to pieces and absorbing " + sum + (sum == 1 ? " soul" : " souls") + " into your pads.";
}


Loading…
Отказ
Запис