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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
macaronideath
fc-pregmod
Commits
9afb1a84
Commit
9afb1a84
authored
5 years ago
by
Skriv
Browse files
Options
Downloads
Patches
Plain Diff
semis
parent
c09597d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/interaction/main/mainLinks.js
+0
-3
0 additions, 3 deletions
src/interaction/main/mainLinks.js
src/interaction/main/toychest.js
+3
-3
3 additions, 3 deletions
src/interaction/main/toychest.js
src/interaction/main/useGuard.js
+3
-3
3 additions, 3 deletions
src/interaction/main/useGuard.js
with
6 additions
and
9 deletions
src/interaction/main/mainLinks.js
+
0
−
3
View file @
9afb1a84
/* eslint-disable no-unused-vars */
/* eslint-disable no-undef */
/** breaks in the last case in switches are not required, but are highly recommended */
/** breaks in the last case in switches are not required, but are highly recommended */
/* OPEN MAIN */
/* OPEN MAIN */
...
...
This diff is collapsed.
Click to expand it.
src/interaction/main/toychest.js
+
3
−
3
View file @
9afb1a84
...
@@ -60,7 +60,7 @@ App.Interact.ToyChest = function(slave) {
...
@@ -60,7 +60,7 @@ App.Interact.ToyChest = function(slave) {
}
else
if
(
slave
.
devotion
<=
50
)
{
}
else
if
(
slave
.
devotion
<=
50
)
{
r
+=
`has positioned
${
himself
}
nearby to offer you
${
his
}
body. `
;
r
+=
`has positioned
${
himself
}
nearby to offer you
${
his
}
body. `
;
}
}
let
pose
=
r
andom
(
1
,
100
);
let
pose
=
jsR
andom
(
1
,
100
);
if
(
slave
.
fuckdoll
)
{
if
(
slave
.
fuckdoll
)
{
r
+=
`
${
His
}
holes are, as always, available. `
;
r
+=
`
${
His
}
holes are, as always, available. `
;
}
else
if
(
slave
.
fetish
===
"
mindbroken
"
)
{
}
else
if
(
slave
.
fetish
===
"
mindbroken
"
)
{
...
@@ -350,7 +350,7 @@ App.Interact.ToyChest = function(slave) {
...
@@ -350,7 +350,7 @@ App.Interact.ToyChest = function(slave) {
r
+=
`
${
He
}
's nude and ready to be fucked.`
;
r
+=
`
${
He
}
's nude and ready to be fucked.`
;
}
}
break
;
break
;
}
}
}
}
return
r
;
return
r
;
}
}
;
This diff is collapsed.
Click to expand it.
src/interaction/main/useGuard.js
+
3
−
3
View file @
9afb1a84
...
@@ -239,7 +239,7 @@ App.Interact.UseGuard = function(slave) {
...
@@ -239,7 +239,7 @@ App.Interact.UseGuard = function(slave) {
case
"
a striped bra
"
:
case
"
a striped bra
"
:
case
"
a skimpy loincloth
"
:
case
"
a skimpy loincloth
"
:
case
"
a sports bra
"
:
case
"
a sports bra
"
:
r
+=
`Due to the skimpiness of
${
his
}
outfit,
${
he
}
appears to be wearing more weapons than clothing.`
r
+=
`Due to the skimpiness of
${
his
}
outfit,
${
he
}
appears to be wearing more weapons than clothing.`
;
break
;
break
;
case
"
a sweater and panties
"
:
case
"
a sweater and panties
"
:
case
"
a sweater and cutoffs
"
:
case
"
a sweater and cutoffs
"
:
...
@@ -262,7 +262,7 @@ App.Interact.UseGuard = function(slave) {
...
@@ -262,7 +262,7 @@ App.Interact.UseGuard = function(slave) {
case
"
sport shorts and a t-shirt
"
:
case
"
sport shorts and a t-shirt
"
:
case
"
sport shorts
"
:
case
"
sport shorts
"
:
case
"
striped underwear
"
:
case
"
striped underwear
"
:
r
+=
`
${
His
}
weapons only accentuate the nakedness of
${
his
}
body.`
r
+=
`
${
His
}
weapons only accentuate the nakedness of
${
his
}
body.`
;
break
;
break
;
default
:
default
:
if
(
slave
.
chastityVagina
||
slave
.
chastityAnus
)
{
if
(
slave
.
chastityVagina
||
slave
.
chastityAnus
)
{
...
@@ -275,5 +275,5 @@ App.Interact.UseGuard = function(slave) {
...
@@ -275,5 +275,5 @@ App.Interact.UseGuard = function(slave) {
break
;
break
;
}
}
return
r
;
return
r
;
}
}
;
/* CLOSE USEGUARD */
/* CLOSE USEGUARD */
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