Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
9385eb0d
Commit
9385eb0d
authored
4 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
Fix static "dildo" in desc
parent
d79b8e94
No related branches found
No related tags found
1 merge request
!8637
Fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/npc/descriptions/crotch/vaginalAccessory.js
+2
-2
2 additions, 2 deletions
src/npc/descriptions/crotch/vaginalAccessory.js
with
2 additions
and
2 deletions
src/npc/descriptions/crotch/vaginalAccessory.js
+
2
−
2
View file @
9385eb0d
...
@@ -105,7 +105,7 @@ App.Desc.vaginalAttachment = function(slave) {
...
@@ -105,7 +105,7 @@ App.Desc.vaginalAttachment = function(slave) {
switch
(
dildoVibeLevel
(
slave
))
{
switch
(
dildoVibeLevel
(
slave
))
{
case
2
:
case
2
:
// TODO: not sure about this description
// TODO: not sure about this description
r
.
push
(
`
${
His
}
dildo
buzzes every so often, when prompted by the arcology's systems to train
${
his
}
sexuality.`
);
r
.
push
(
`
${
His
}
${
slave
.
vaginalAccessory
}
buzzes every so often, when prompted by the arcology's systems to train
${
his
}
sexuality.`
);
if
(
slave
.
chastityVagina
)
{
if
(
slave
.
chastityVagina
)
{
r
.
push
(
`The chastity belt locking it in place means there is no escape.`
);
r
.
push
(
`The chastity belt locking it in place means there is no escape.`
);
}
}
...
@@ -113,7 +113,7 @@ App.Desc.vaginalAttachment = function(slave) {
...
@@ -113,7 +113,7 @@ App.Desc.vaginalAttachment = function(slave) {
break
;
break
;
case
1
:
case
1
:
// TODO: not sure about this description
// TODO: not sure about this description
r
.
push
(
`
${
He
}
looks distinctly uncomfortable as
${
his
}
dildo
buzzes every so often.`
);
r
.
push
(
`
${
He
}
looks distinctly uncomfortable as
${
his
}
${
slave
.
vaginalAccessory
}
buzzes every so often.`
);
if
(
slave
.
chastityVagina
)
{
if
(
slave
.
chastityVagina
)
{
r
.
push
(
`The chastity belt locking it in place means there is no escape.`
);
r
.
push
(
`The chastity belt locking it in place means there is no escape.`
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment