This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
1
Releases
11
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
Unified 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.orgasm = false;
macro.afterglow = false;
macro.afterglow = false;
enable_victim("cum-flood","Flooded by cum");
}
}
// lists out total people
// lists out total people
Write
Preview
Loading…
Cancel
Save