-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
BDCC/Game/SexEngine/SexActivity/DomDrugUse.gd
Lines 275 to 279 in 87e1c1e
| if(timePassed > 1): | |
| endActivity() | |
| if(getState() == "offering"): | |
| addText("{sub.You} ignored {dom.your} offer.") | |
| return |
unless the player intentionally wants dom to get angrier, there's currently no incentive to pick "Decline pill" over "Continue", as declining might make the dom angry but ignoring wouldn't do anything
BDCC/Game/SexEngine/SexActivity/DomDrugUse.gd
Lines 415 to 418 in 87e1c1e
| addText("{sub.You} {sub.youVerb('refuse')} to take the offered pill.") | |
| if(!getDom().isPlayer() && RNG.chance(100.0 * getDomInfo().personalityScore({PersonalityStat.Impatient: 0.5, PersonalityStat.Mean: 0.2}))): | |
| getDomInfo().addAnger(0.2) | |
| addText("That made {dom.you} angry.") |
any personality should probably get angrier by 0.1 when ignored? a refusal could be seen more respectful than not paying attention.
i might be missing something.. (for example, sub has to cum that turn and is not actually able to accept or refuse. maybe the offer should extend by 1 turn when that happens, *shrug*)
Metadata
Metadata
Assignees
Labels
No labels