Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
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.