Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: fix character's params
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL606 committed May 17, 2022
1 parent 17d677e commit 08c01d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/GameClass/Skill/CommonSkill.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public bool SkillEffect(Character player)
}
public class NuclearWeapon : ICommonSkill //核武器
{
private const int moveSpeed = GameData.basicMoveSpeed / 6 * 4;
private const int moveSpeed = GameData.basicMoveSpeed / 3 * 4;
public int MoveSpeed => moveSpeed;

private const int maxHp = GameData.basicHp;
Expand Down

0 comments on commit 08c01d6

Please sign in to comment.