Browse Source
Merge pull request #417 from shangfengh/new
fix: ⏪ cancel removing the student
tags/0.1.0
Timothy Liu
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
logic/Gaming/CharacterManager .cs
|
|
|
@@ -398,10 +398,8 @@ namespace Gaming |
|
|
|
((SummonGolem)(((Golem)player).Parent.FindIActiveSkill(ActiveSkillType.SummonGolem))).GolemSummoned = null; |
|
|
|
player.FindIActiveSkill(ActiveSkillType.UseRobot).IsBeingUsed = false; |
|
|
|
} |
|
|
|
gameMap.Remove(player); |
|
|
|
return; |
|
|
|
} |
|
|
|
gameMap.Remove(player); |
|
|
|
++gameMap.NumOfDeceasedStudent; |
|
|
|
} |
|
|
|
|
|
|
|
|