This website works better with JavaScript.
Home
Explore
Help
Sign In
clonk2u
/
stroll
forked from
chemicalcrux/stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed a bug where turning on arousal would cause a crash on orgasm
tags/v0.7.0
Fen Dweller
8 years ago
parent
f0739a4c48
commit
acc9324d90
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
game.js
+ 2
- 0
game.js
View File
@@ -1273,6 +1273,8 @@ function toggle_arousal()
macro.orgasm = false;
macro.afterglow = false;
enable_victim("cum-flood","Flooded by cum");
}
// lists out total people
Write
Preview
Loading…
Cancel
Save