Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacialCircumstances committed Aug 5, 2024
1 parent 4b531b3 commit 81ab5aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/src/game/star.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ class Star extends EventEmitter {
drawStar () {
this.container.removeChild(this.graphics_star)

if (this.hasSpecialist()) {
return
}

if (this.data.isInScanningRange) {
// ---- Binary stars ----
if (this.isBinaryStar()) {
Expand Down Expand Up @@ -340,10 +336,6 @@ class Star extends EventEmitter {
this.specialistSprite.x = -5
this.specialistSprite.y = -5

if (gameHelper.isCapitalElimination(this.game) && gameHelper.isOwnerCapital(this.game, this.data)) {
this.specialistSprite.tint = 0xFF0000
}

this.container.addChild(this.specialistSprite)
}

Expand Down

0 comments on commit 81ab5aa

Please sign in to comment.