1
0
mirror of synced 2025-02-17 11:08:33 +01:00

Clean-up Dan Plates a tiny bit (#607)

This commit is contained in:
DragonRatTiger / リュウコ 2024-04-26 04:45:20 -05:00 committed by GitHub
parent 25995c0b82
commit 460a992925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -108,8 +108,7 @@ namespace TJAPlayer3
/// <param name="nRiskyTimes_Initial_">Riskyの初期値(0でRisky未使用)</param>
public void Init(int nRiskyTimes_InitialVal, int nPlayer) // ゲージ初期化
{
//ダメージ値の計算は太鼓の達人譜面Wikiのものを参考にしました。
//ダメージ値の計算
{
var chara = TJAPlayer3.Tx.Characters[TJAPlayer3.SaveFileInstances[TJAPlayer3.GetActualPlayer(nPlayer)].data.Character];
switch (chara.effect.tGetGaugeType())