Skip to content

Commit

Permalink
Small code update and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeeeeeeeeen committed Oct 9, 2021
1 parent c917390 commit 7ccfa95
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
5 changes: 2 additions & 3 deletions NPCs/Zalk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,8 @@ private bool InterceptBehavior()

private bool InterceptToRetreat()
{
return IsEqualWithThreshold(npc.Center.Y,
TargetPlayer.Center.Y,
TravelSpeed + YThresholdToRetreat);
return IsEqualWithThreshold(npc.Center.Y, TargetPlayer.Center.Y,
TravelSpeed + YThresholdToRetreat);
}

private bool RetreatBehavior()
Expand Down
2 changes: 1 addition & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
displayName = Chen's Gradius Mod
author = blancfaye7
version = 1.2.4
version = 1.2.5
homepage = https://forums.terraria.org/index.php?threads/chens-gradius-mod.83289/
hideCode = true
hideResources = true
Expand Down
3 changes: 3 additions & 0 deletions description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Added Music with music box:
6. Sensation (Salamander 2)
7. Aircraft Carrier (Gradius Slot version)

New Weapons:
1. Uncanny Core Remote Rod

Boss Checklist integration so that Big Core Custom will appear properly.
Hero's Mod integration so that not anybody can edit the mod configuration file.

Expand Down
7 changes: 6 additions & 1 deletion forum.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Hello. I decided to share my mod here in the forums. I'm not very good at documenting, but it will improve as time passes. Without further ado...

[IMG]https://i.imgur.com/FKqzjlB.png[/IMG]
[B][U][SIZE=6]Mod Version: 1.2.4
[B][U][SIZE=6]Mod Version: 1.2.5
tModLoader: 0.11.8.5
The mod will be ported to tModLoader 1.4! Stay tuned![/SIZE][/U][/B]

Expand Down Expand Up @@ -251,6 +251,11 @@ For more information, visit this [URL=https://github.com/cheeeeeeeeeen/Chens-Gra
The content is moved because it's hard to maintain a Wiki and a main post! However, the latest version change will still be here.
Click [URL=https://github.com/cheeeeeeeeeen/Chens-Gradius-Mod/wiki/Changelog]here[/URL] for the full changelog.

1.2.5
- Improve Enemy AI in multiplayer. It does cost more data though, in exchange.
- Implement Uncanny Core Remote Rod which summons a Mini Covered Core sentry.
- Refactor some of the heavy-implementation in computing directions and distances.

1.2.4
- Fix a bug in Mod.Call that renders one API useless.
- Add Sniper and High Velocity Bullet as a default allow check.
Expand Down

0 comments on commit 7ccfa95

Please sign in to comment.