vary room theme weights — sculk rare, inferno/ice uncommon
This commit is contained in:
@@ -297,7 +297,7 @@ public class TyingPlayerTask extends TyingTask {
|
||||
serverPlayer
|
||||
);
|
||||
if (playerState != null) {
|
||||
playerState.setRestrainedState(null);
|
||||
playerState.tasks().setRestrainedState(null);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
@@ -314,7 +314,7 @@ public class TyingPlayerTask extends TyingTask {
|
||||
serverTarget
|
||||
);
|
||||
if (playerState != null) {
|
||||
playerState.setRestrainedState(null);
|
||||
playerState.tasks().setRestrainedState(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -210,7 +210,7 @@ public class UntyingPlayerTask extends UntyingTask {
|
||||
serverTarget
|
||||
);
|
||||
if (playerState != null) {
|
||||
playerState.setRestrainedState(null);
|
||||
playerState.tasks().setRestrainedState(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user