Files
Bubberstation/code/modules/events
LemonInTheDark 241c1cdd94 Fixes kudzu not spreading much (#64306)
When I touched kudzu code in my harddel pr f8aad14ae8 (#63877) I was trying to
prevent the queue_end list holding onto a ref of something that was deleted from the growth_queue list mid
process

To achive this, I made queue_end a var on the vine controller itself. In my hubris however I neglected to
**clear** it when the process was completed. So it would just keep slowly ballooning in size. This caused the
kudzu to not spread at all, and also lead to harddels, kinda defeating the point of the change.

This rectifies that issue
2022-01-22 18:59:01 -08:00
..