Update sm-tf2.games.txt (#2318)
Some checks failed
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-14, clang++-14, ubuntu-22.04, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Has been cancelled
hl2sdk-mock tests / mock (push) Has been cancelled

This commit is contained in:
Benoist 2025-05-13 03:05:16 +02:00 committed by GitHub
parent b0cf46521b
commit 7f4c5512a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,19 +178,19 @@
// CTFWeaponBase
"CalcIsAttackCriticalHelper"
{
"windows" "400"
"windows64" "400"
"linux" "407"
"linux64" "407"
}
"CalcIsAttackCriticalHelperNoCrits"
{
"windows" "401"
"windows64" "401"
"linux" "408"
"linux64" "408"
}
"CalcIsAttackCriticalHelperNoCrits"
{
"windows" "402"
"windows64" "402"
"linux" "409"
"linux64" "409"
}
// CTFGameRules::IsHolidayActive
"IsHolidayActive"