Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Modules/hypno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ export class HypnoModule extends BaseModule {
"%NAME%'s eyes flutter as %PRONOUN% fights to keep them open...",
"%NAME% yawns and struggles to stay awake...",
"%NAME% can feel %POSSESSIVE% eyelids grow heavy as %PRONOUN% drifts on the edge of sleep...",
"%NAME% takes a deep, relaxing breath as %POSSESSIVE% muscles relax and %PRONOUN% eyes start to droop..."
"%NAME% takes a deep, relaxing breath as %POSSESSIVE% muscles relax and %POSSESSIVE% eyes start to droop..."
]

delayedActivations: Map<string, number> = new Map<string,number>();
Expand Down
4 changes: 2 additions & 2 deletions src/Modules/injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ export class InjectorModule extends BaseModule {
}

breathSedativeEventStr: string[] = [
"%NAME%'s muscles relax limply as %PRONOUN% takes a deep breath of.",
"%NAME%'s muscles relax limply as %PRONOUN% takes a deep breath.",
"%NAME%'s eyes flutter weakly as %PRONOUN% inhales.",
"%NAME% struggles to keep %POSSESSIVE% drooping eyes open as %POSSESSIVE% device continues to emit its sedative gas."
];
Expand All @@ -1244,7 +1244,7 @@ export class InjectorModule extends BaseModule {
breathAntidoteEventStr: string[] = [
"%NAME% sighs with relief as %PRONOUN% takes a deep gulp of healing mist.",
"%NAME% feels a tingle across %POSSESSIVE% skin as %POSSESSIVE% device heals %INTENSIVE%.",
"%NAME% lets out a quiet moan as %POSSESSIVE% device releases a healing mist into %INTENSIVE% lungs."
"%NAME% lets out a quiet moan as %POSSESSIVE% device releases a healing mist into %POSSESSIVE% lungs."
];

BreathInDrugEvent() {
Expand Down
Loading