#[v0.7.7.5] Shield Coins Sometimes Don't Interact With Minecart

1 messages ยท Page 1 of 1 (latest)

autumn marten
#

It appears that shield coins are iffy on whether they will allow the player to pick them up if the player is riding a minecart. Using the sword seems to still work, though.

cobalt cedar
#

hmmmm

autumn marten
#

Noticed the same behavior with fallen hearts. Must be something about pickups in general.

cobalt cedar
#

can you try to replicate this in an empty dungeon and send that to me?

#

a lot easier to debug for me

autumn marten
#

Tired of navigating 100 floors? What?? ๐Ÿ˜†

#

Sure, one minute

cobalt cedar
#

hahaha

autumn marten
cobalt cedar
#

thanks

#

this was perfect

#

fixed

#

super dumb mistake

autumn marten
#

Awesome! What was it?

cobalt cedar
#
if (!Collect(collider))

should have been

if (Collect(collider))