Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Anyway, this works fine for a normal Crowbar; tree damage should be zero so no problem, this code doesn't run. However the Bloodied Crowbar has a TreeDamage of 100, so this code executes and makes a selection of the Bloodied Crowbar Stats equal to a regular Crowbar and changes the tooltip name.
Frankly, the tooltip is a red herring, the bigger problem is the stats normalization. Adding "and crowbar:getTreeDamage() ~= 100" to line 4099 fixes the problem in a very blunt way; the code block won't run against a Bloodied Crowbar and this has a side effect of fixing the tooltip problem.