KevinSmarts
|
5855b1d178
Merge remote-tracking branch 'Spackled_Lanturn/minor-fixes'
|
3 yıl önce |
Spackled Lanturn
|
daff9c213f
[fixed] dealt with some issues in the Ivan related parts of the quest line to become a starter for the volleyball team: (1) made it so that declining Ivan's request to have sex after school in the showers on the current day doesn't block him asking again (agreeing to his request is necessary for coach to spy on the two of you), (2) removed the VoltrenerVoyeur += 1 from VoluntrenerSexShower scene triggered when VoltrenerVoyeur = 2 (this line was never called as it was guarded by a check that IvanShowerYes = 2 but the gt call that triggers the scene is guarded by IvanShowerYes = 0), (3) moved the line IvanShowerQW = 1 from inside ShowerWithIvan to the code stanza that calls ShowerWithIvan (this avoids IvanShowerQW getting reset in subsequent calls of ShowerWithIvan and avoids there being paths in ShowerWithIvan that don't set this var, which there inadvertently were previously), (4) removed the IvanShowerQW = 1 lines in the cases in the scene in gdksport where the player does not shower with Ivan (the Ivan dialogue at school only makes sense if you do shower with him), and (5) made the intro Ivan shower scene repeatable until the player showers with him (this can be changed back to a one-off if alternative dialogue for the scenes in IvanEv and gschool_chats1 where the player and Ivan discuss the shower incident is added for if the player doesn't shower with Ivan)
|
3 yıl önce |
Vengeance11
|
7c9ca283c0
Text edit missed in last commit.
|
3 yıl önce |
Vengeance11
|
4392aa84a8
Cleaned up school texts and made a few minor edits to Albina dialogue.
|
3 yıl önce |
KevinSmarts
|
dee65e0ee6
Merge remote-tracking branch 'Spackled_Lanturn/minor-fixes'
|
3 yıl önce |
KevinSmarts
|
8025d65123
Merge remote-tracking branch 'Alaratt/master'
|
3 yıl önce |
rachels
|
bb7effa403
show shoes even if Sveta is not dressed properly
|
3 yıl önce |
Spackled Lanturn
|
cd1d1023b2
[text edit] clean up road
|
3 yıl önce |
Spackled Lanturn
|
bcd63eca71
Merge remote-tracking branch 'upstream/master' into minor-fixes
|
3 yıl önce |
Spackled Lanturn
|
0d7725194d
[text edit] clean up sbReksHome
|
3 yıl önce |
rachels
|
997f9711f0
Move the orgasm in the proper place
|
3 yıl önce |
Spackled Lanturn
|
526dca232c
[text edit] clean up seeporn
|
3 yıl önce |
Spackled Lanturn
|
df64f54538
[text edit] further clean up serpent
|
3 yıl önce |
rachels
|
4f1b6aed35
clear unused variable
|
3 yıl önce |
rachels
|
3286bbe8ba
do not rename array index
|
3 yıl önce |
Spackled Lanturn
|
8f34ecb780
[fixed] in sergeihunter, move code present in all branches of conditional to outside conditional
|
3 yıl önce |
Spackled Lanturn
|
a25ac1a757
[text edit] clean up sergeihunter
|
3 yıl önce |
Spackled Lanturn
|
683c07013c
[text edit] clean up serpent
|
3 yıl önce |
Spackled Lanturn
|
3cb62218e0
[fixed] in sewing, (1) make it so that the too few sewing materials message properly displays when clicking the resize some of your clothes action, (2) pull out some common actions in all branches of conditionals, (3) restructure conditionals to avoid having different variables be checked in the if and elseif branches and to avoid copypasting text, (4) add text (a) saying how much space for trinkets you have left in your room when you finish one and (b) saying that you are out of space in both your room and garage when you make a trinket that fills up the last space in each
|
3 yıl önce |
Spackled Lanturn
|
2e15a32a4f
[text edit] clean up sewing
|
3 yıl önce |
Alaratt
|
d03c42ebf8
[text edits] cleaned up some text in the journal
|
3 yıl önce |
Spackled Lanturn
|
05f3dd1c9f
[changed] in sex, (1) added a separate text for when the man comes while giving you oral instead of just reusing the one for when you're blowing him and (2) made it so that him giving you oral doesn't reduce his counter that counts down to him cumming unless he's already close to cumming or that's the only sex act that's enabled
|
3 yıl önce |
Spackled Lanturn
|
71e0b83129
Merge remote-tracking branch 'upstream/master' into minor-fixes
|
3 yıl önce |
KevinSmarts
|
b88d2ab32b
Merge remote-tracking branch 'Arcadia/master'
|
3 yıl önce |
KevinSmarts
|
da3c324fff
Merge remote-tracking branch 'Spackled_Lanturn/minor-fixes'
|
3 yıl önce |
Arcadia
|
ee03984edc
File changed AlbFatherQW to albina_election_events
|
3 yıl önce |
KevinSmarts
|
42a78396fd
[fixed] Added check for suitable slut fame before seeing grafiti in school toilets
|
3 yıl önce |
Arcadia
|
a6134a8c95
Replaced all instances of psiklin with city_suburbs.
|
3 yıl önce |
Arcadia
|
7a88f020b3
Replaced all instances of artemEv with artem_events.
|
3 yıl önce |
Spackled Lanturn
|
21a8c21201
[fixed] in sex, (1) delete unused sxkuni variable, (2) merge together the code for the near identical four vaginal sex options (since pos is only used to determine where cum goes and values 3 to 6 had it go to the same place (inside vagina) in previous implementation, only real differences between these was the picture displayed), and (3) kill vars when we're done with them instead of just zeroing them out or leaving them as is
|
3 yıl önce |