Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

380 #380

Closed
CapriciousClowns opened this issue Jan 22, 2017 · 5 comments
Closed

380 #380

CapriciousClowns opened this issue Jan 22, 2017 · 5 comments

Comments

@CapriciousClowns
Copy link

CapriciousClowns commented Jan 22, 2017

No description provided.

@Darth-Cthoras
Copy link

Looking at CoCED, the save editor, there IS no such thing as Satyr Sexuality.
https://github.com/tmedwards/CoCEd

@Darth-Cthoras
Copy link

Darth-Cthoras commented Jan 22, 2017

Hmmm, digging around in the files, I see there 'is' something called Satyr Sexuality. But it's not listed anywhere in the CoCED itself, and should be gained automatically when turning into a Satyr. Not having any success attempting to get it, either, even on a fresh character with unlimited Satyr Wine. No related Flags I could find regarding it, either, in the raw data of CoCED. Weird.

@Stadler76
Copy link
Collaborator

Found the problem: In Player.satyrScore() the wrong lowerBody-type is being checked for.
Here's the diff:

diff --git a/classes/classes/Player.as b/classes/classes/Player.as
index 9dc6ba5..08ab31d 100644
--- a/classes/classes/Player.as
+++ b/classes/classes/Player.as
@@ -1640,7 +1640,7 @@ use namespace kGAMECLASS;
 		public function satyrScore():Number
 		{
 			var satyrCounter:Number = 0;
-			if (lowerBody == LOWER_BODY_TYPE_HOOFED)
+			if (lowerBody == LOWER_BODY_TYPE_CLOVEN_HOOFED)
 				satyrCounter++;
 			if (tailType == TAIL_TYPE_GOAT)
 				satyrCounter++;

@Darth-Cthoras
Copy link

Oh, good job, Stadler. Thanks!

Kitteh6660 added a commit that referenced this issue Jan 22, 2017
@Kitteh6660
Copy link
Owner

From the look, it should now be resolved already and will come in 1.4.

@CapriciousClowns CapriciousClowns changed the title satyr sexuality not obtainible? need help pls 380 Aug 27, 2017
aimozg pushed a commit to aimozg/Corruption-of-Champions-Mod that referenced this issue Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants