#Smuggling throwables into a dream jelly [communal helper]

8 messages · Page 1 of 1 (latest)

lost bolt
#

If you smuggle anything through a dream jelly and grab said dream jelly, the throwable gets put in a state of thinking you're holding it when you're actually not. If you die with anything in this state, the game crashes.

west flint
# lost bolt If you smuggle anything through a dream jelly and grab said dream jelly, the thr...

this only crashes with jellyfish based throwables, since they have a line of code that checks whether the player holding them is on the ground, but when the player dies it crashes from a null reference
theo and similar crystal based throwables don't have said line of code and are thus fine
<@&673394998913400873> would be nice if you could patch this crash, I know it's not a very likely situation (and that this method of creating the state is likely going to be patched) but it is certainly possible through vanilla setups see: #1176196647399731281
speaking of this being method being patched in communal helper, I've submitted a bug report for smuggling things through dream jellies

clever stirrup
#

will have a look

west flint
lost bolt
#

Okay thx 👍

west flint
clever stirrup
#

oh sorry, i had a look a while ago but couldn't figure out a good way to fix it in everest

west flint
#

is there not a way of just cutting the crashing call if player is null?