Skip to content
Snippets Groups Projects
Commit 32ab65fd authored by Pregmodder's avatar Pregmodder
Browse files

fixes

parent 553008e7
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ App.Events.RESSBedSnuggle = class RESSBedSnuggle extends App.Events.BaseEvent {
function meeting() {
r = [];
let meetingBonus = Math.trunc(V.cash / 10000 * 1000;
let meetingBonus = Math.trunc(V.cash / 10000 * 1000);
if (meetingBonus > 5000) {
meetingBonus = 5000;
} else if (meetingBonus < 1000) {
......@@ -222,7 +222,7 @@ App.Events.RESSBedSnuggle = class RESSBedSnuggle extends App.Events.BaseEvent {
} else {
r.push(`oral sex with ${him}.`);
}
cashX(meetingBonus, "event", eventSlave);
repX(forceNeg(50), "event", eventSlave);
eventSlave.devotion += 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment