Skip to content

Fixes #3177

Rob Nelson requested to merge pull/3990/bugfix2 into Bleeding-Edge

Created by: clusterfack

We were using a master controller object for vine spreading, where the start location of the vines was where the master controller object was spawned. However it's location was never set to null after that so it just stayed there. Also the sanity checks on the object not having any vines didn't work because it was a list which would still exist even with zero vines.

Merge request reports