- Aug 8, 2017
- 958
- 1,474
No, you can't. Jean can only be friends with Rogue and X-23. Not best friends.yes, you can. also it takes awhile to reach best friends
Code:
define Jean_friendship_thresholds = {
"Rogue": (0, 20, 40),
"Laura": (0, 20, 40)}
define Jean_friendship_tiers = {
"Rogue": (-1, 0, 1, 2),
"Laura": (-1, 0, 1, 2)}
Code:
define Rogue_friendship_thresholds = {
"Laura": (0, 20, 40),
"Jean": (0, 20, 40)}
define Rogue_friendship_tiers = {
"Laura": (0, 1, 2, 3),
"Jean": (-1, 0, 1, 2)}