Jump to content

Shadow Tentacles can not spawn on Water/Boats


Hornete
  • Fixed

Shadow Tentacles can not spawn on boats/water, this degrades the Thulecite Bat and Walter's Thulecite ammo into being more similar to hambat/marble ammo when trying to use them on the ocean.

local offset = FindWalkableOffset(pt, math.random() * 2 * PI, 2, 3, false, true, NoHoles)

This is because the "FindWalkableOffset" calls in ruins_bat.lua and slingshotammo.lua do not pass true for the "allow_water" and "allow_boats" parameters. Simple putting two trues at the end of this call should fix the problem.


Steps to Reproduce

1. Try to use Walter's thulecite ammo or Thulecite bat on a ocean mob.
2. Notice that you can't seem to spawn any shadow tentacles.




User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...