mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
Remove redundant set progress call
This commit is contained in:
parent
963b77d9a1
commit
c29ac87fd1
1 changed files with 0 additions and 2 deletions
|
@ -221,8 +221,6 @@ function DrawArousalMeter(C, X, Y, Zoom) {
|
||||||
if (ChatRoomAllowsArousalActivities() && ArousalIsActive(C))
|
if (ChatRoomAllowsArousalActivities() && ArousalIsActive(C))
|
||||||
if (C.ID == 0 || ArousalCanChangeMeter(C))
|
if (C.ID == 0 || ArousalCanChangeMeter(C))
|
||||||
if (C.ID == 0 || ArousalShowsMeter(Player)) {
|
if (C.ID == 0 || ArousalShowsMeter(Player)) {
|
||||||
ArousalSetProgress(C, C.ArousalSettings.Progress);
|
|
||||||
|
|
||||||
if (ArousalVFXActive(Player) && ArousalGetProgress(C) > 0 && ArousalIsInMode(C, ["Automatic", "Hybrid"])) {
|
if (ArousalVFXActive(Player) && ArousalGetProgress(C) > 0 && ArousalIsInMode(C, ["Automatic", "Hybrid"])) {
|
||||||
let Progress = ArousalGetVibratorLevel(C);
|
let Progress = ArousalGetVibratorLevel(C);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue