Skip to content

Commit

Permalink
change equipped item softlock fix
Browse files Browse the repository at this point in the history
fucking shit
  • Loading branch information
Pop4484 committed Nov 17, 2021
1 parent 0decb92 commit f4020cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Scripts/Status/PlayerCharacter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public void Reset(bool resetName = true) {
SetLevel(1);
SetEXP(0); //ok so here you change the level!
SetGold(0);
Weapon = "Fists";
Armor = "Funny Clothes";
Weapon = "Stick";
Armor = "Bandage";
WeaponATK = 10;
ArmorDEF = 10;
HP = MaxHP;
Expand Down

0 comments on commit f4020cb

Please sign in to comment.