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
commit
acc9324d90
1 changed files with 2 additions and 0 deletions
  1. +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


Loading…
Cancel
Save