Skip to content

Commit

Permalink
1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuria-Shikibe committed Apr 10, 2021
1 parent 58444df commit 2d1d091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ If you find your device cannot afford it, open the mod file folder and find the
#### Hyperspace Folding Gate & Gravity Gully

---
![player-jump-gate](assets/sprites/block/defence/hyper-space-warper.png)
![player-jump-gate](assets/sprites/block/defence/gravity-gully.png)
![hyper-space-warper](assets/sprites/block/defence/hyper-space-warper.png)
![gravity-gully](assets/sprites/block/defence/gravity-gully.png)

- **_Hyperspace Folding Gate:_** Transport a group of unit from on side to another.

Expand Down
2 changes: 1 addition & 1 deletion src/newhorizon/block/special/PlayerJumpGate.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void teleport(Player player){
player.unit().remove();
if(!net.client())unit.add();
player.unit(unit);

if(mobile && player == Vars.player)Core.camera.position.set(target);
reload = 0;

Sounds.respawn.at(this, Mathf.random(0.9f, 1.1f));
Expand Down

0 comments on commit 2d1d091

Please sign in to comment.