Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swiper: Boss - Code #2158

Merged
merged 22 commits into from
Apr 24, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Empty if fix
  • Loading branch information
TideSofDarK committed Apr 4, 2018
commit caed2b865fa797b74dc8a505ec93457eb1744890
2 changes: 1 addition & 1 deletion game/scripts/vscripts/units/swiper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function SwiperBossThink()
if thisEntity:GetHealth() / thisEntity:GetMaxHealth() > 0.75 then -- phase 1
canUseRush = false
elseif thisEntity:GetHealth() / thisEntity:GetMaxHealth() > 0.5 then -- phase 2
-- something unique to phase 2
canUseRush = true
else
canUseTeleport = true
end
Expand Down