Модуль:Prototypes/Оружия: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
AsnDen (обсуждение | вклад) м Поправил опечатку |
||
| Строка 75: | Строка 75: | ||
and entry.DamageOtherOnHit.damage.types then | and entry.DamageOtherOnHit.damage.types then | ||
local throwingDamage = entry.DamageOtherOnHit.damage.types | local throwingDamage = entry.DamageOtherOnHit.damage.types | ||
table.insert(resultParts, " | table.insert(resultParts, "Метательный: " .. formatDamageList(throwingDamage)) | ||
end | end | ||