Search found 1 match

by kairararara
Sat Mar 06, 2021 6:00 pm
Forum: Single Player Cheat Requests
Topic: Cross Code V1.0
Replies: 300
Views: 303965

Re: Cross Code V1.0

the problem seems to be an extra exit condition for the drop loop, assigning to the variable b a high enough value seems to fix the issue, so this should work properly

Code: Select all

if (plantdropcheat) {
	/// 100% drop rate from plants, skip probability checking
	a = 0;
	b = 10;
}