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

Commit

Permalink
Merge pull request #234 from TCL606/TCL
Browse files Browse the repository at this point in the history
fix: fix character's params
  • Loading branch information
TCL606 authored May 17, 2022
2 parents 84c4e39 + 08c01d6 commit 7413af7
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 7413af7

Please sign in to comment.