In muscle sign

From Kolmafia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Function Syntax

boolean in_muscle_sign()

Returns true if your moon sign gives a bonus to muscle stat gains. Otherwise it returns false.

Code Samples

if (in_muscle_sign()) 
   print("You currently get +10% muscle sub stats and your current sign is "+my_sign()+".", "blue");
else print("Your sign isn't a muscle sign.", "blue");

See Also

in_mysticality_sign() | in_moxie_sign()

Special

When not logged in, this function returns false.