Skip to content

Makes goliaths use tentacles only when target is not on a space tile

Rob Nelson requested to merge pull/13501/Bleeding-Edge into Bleeding-Edge

Created by: Madjura

Fixes #5108 (closed) First coding attempt, tell me if I did something wrong. Tested on a local server and worked. What I did exactly: add a check to see if the turf it wants to make tentacles on is space, and if it is not, spawn tentacles as usual. If it is space nothing happens.

I made a goliath follow me around in space and it did not create any tentacles on space tiles (confirmed that it did do this before). Goliaths still create tentacles on other floors (tested on local server with this change)

🆑

  • bugfix: Goliaths spawn tentacles only when the target is not in space

Merge request reports