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
1144a191
Commit
1144a191
authored
6 years ago
by
klorpa
Browse files
Options
Downloads
Patches
Plain Diff
SkinFix2
parent
1d22775f
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/art/artJS.tw
+2
-2
2 additions, 2 deletions
src/art/artJS.tw
src/pregmod/electiveSurgery.tw
+5
-2
5 additions, 2 deletions
src/pregmod/electiveSurgery.tw
src/pregmod/pcAppearanceIntro.tw
+7
-2
7 additions, 2 deletions
src/pregmod/pcAppearanceIntro.tw
with
14 additions
and
6 deletions
src/art/artJS.tw
+
2
−
2
View file @
1144a191
...
@@ -461,8 +461,8 @@ if (artSlave.skin == "camouflage patterned") {
...
@@ -461,8 +461,8 @@ if (artSlave.skin == "camouflage patterned") {
colorSlave.labiaColor = "#F977A3";
colorSlave.labiaColor = "#F977A3";
colorSlave.lipsColor = "#403030";
colorSlave.lipsColor = "#403030";
} else if (artSlave.skin == "pure black") {
} else if (artSlave.skin == "pure black") {
colorSlave.skinColor = "#
4A3A33
";
colorSlave.skinColor = "#
312926
";
colorSlave.areolaColor = "#
332B27
";
colorSlave.areolaColor = "#
181616
";
colorSlave.labiaColor = "#F977A3";
colorSlave.labiaColor = "#F977A3";
}
}
...
...
This diff is collapsed.
Click to expand it.
src/pregmod/electiveSurgery.tw
+
5
−
2
View file @
1144a191
...
@@ -117,11 +117,14 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original
...
@@ -117,11 +117,14 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original
<<if $PC.skin != "dark brown">>
<<if $PC.skin != "dark brown">>
[[Dark Brown|PC Surgery Degradation][$PC.skin = "dark brown", $cash -= 2000, $surgeryType = "skinTone"]] |
[[Dark Brown|PC Surgery Degradation][$PC.skin = "dark brown", $cash -= 2000, $surgeryType = "skinTone"]] |
<</if>>
<</if>>
<<if $PC.skin != "black">>
[[Black|PC Surgery Degradation][$PC.skin = "black", $cash -= 2000, $surgeryType = "skinTone"]] |
<</if>>
<<if $PC.skin != "ebony">>
<<if $PC.skin != "ebony">>
[[Ebony|PC Surgery Degradation][$PC.skin = "ebony", $cash -= 2000, $surgeryType = "skinTone"]] |
[[Ebony|PC Surgery Degradation][$PC.skin = "ebony", $cash -= 2000, $surgeryType = "skinTone"]] |
<</if>>
<</if>>
<<if $PC.skin != "black">>
<<if $PC.skin != "
pure
black">>
[[Black|PC Surgery Degradation][$PC.skin = "black", $cash -= 2000, $surgeryType = "skinTone"]]
[[
Pure
Black|PC Surgery Degradation][$PC.skin = "
pure
black", $cash -= 2000, $surgeryType = "skinTone"]]
<</if>>
<</if>>
[[Custom Color|PC Skin Workaround][$cash -= 2000, $surgeryType = "skinTone"]]
[[Custom Color|PC Skin Workaround][$cash -= 2000, $surgeryType = "skinTone"]]
...
...
This diff is collapsed.
Click to expand it.
src/pregmod/pcAppearanceIntro.tw
+
7
−
2
View file @
1144a191
...
@@ -181,13 +181,18 @@ You have $PC.skin skin.
...
@@ -181,13 +181,18 @@ You have $PC.skin skin.
<<PlayerSkin>>
<<PlayerSkin>>
<</link>>
<</link>>
|
|
<<link "Black">>
<<set $PC.skin = "black">>
<<PlayerSkin>>
<</link>>
|
<<link "Ebony">>
<<link "Ebony">>
<<set $PC.skin = "ebony">>
<<set $PC.skin = "ebony">>
<<PlayerSkin>>
<<PlayerSkin>>
<</link>>
<</link>>
|
|
<<link "Black">>
<<link "
Pure
Black">>
<<set $PC.skin = "black">>
<<set $PC.skin = "
pure
black">>
<<PlayerSkin>>
<<PlayerSkin>>
<</link>>
<</link>>
...
...
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