I-Love-Adventure
Engaged Member
- Feb 16, 2019
- 3,715
- 1,478
- 399
full save? where??? >:]Oh my god... This game is awful. It doesn't matter how good the scenes are (if you ever manage to get any), because they have put a COMPLETELY unnecessary exploration mechanic. You'll spent most of your already limited time searching for things in a dark map. That's it, that's the game. Only thing that can fix this is a full save.
Since there is some Bestiality in this Game^^Nobody asked 30 meters dick in cover?
full save? where??? >:]
APART FROM!? That is like saying apart from the murder, Mrs. Lincoln, how was the play!? I tried to play through and decided my soul could not take it.Apart from the creepy eyes the art style is strangely interesting. But I couldn't persevere thru the bugs and the grind.
lol fair point.APART FROM!? That is like saying apart from the murder, Mrs. Lincoln, how was the play!? I tried to play through and decided my soul could not take it.
Ditto. Female protagonist but the game is called Your wife's pussy. How when you play as wife? Unless it's purposely named like that to mock players which is hilarious.I can't quite tell what the game is about. The title is such a mystery.
I GENUINELY gave this game a try played the entire map out and what not without defeating the strong enemies and guess what then the game when I had enough money to pay debt chose to break completely image wise. Game breaking bugs.APART FROM!? That is like saying apart from the murder, Mrs. Lincoln, how was the play!? I tried to play through and decided my soul could not take it.
Game_Message.prototype.initialize = function() {
this.clear();
};
Game_Message.prototype.initialize = function() {
this.clear();
this._numInputBackground = 0;
this._numInputPositionType = 1;
this._numInputValidDigit = 1;
this.clearNumInputRange();
};
Game_Message.prototype.clearNumInputRange = function() {
this._numInputMaxValue = Infinity;
this._numInputMinValue = -Infinity;
this._numInputValidDigit = 1;
};
Game_Message.prototype.setNumInputRange = function(min, max) {
this._numInputMaxValue = max;
this._numInputMinValue = min;
};
Game_Message.prototype.setNumInputBackground = function(background) {
this._numInputBackground = background;
};
Game_Message.prototype.setNumInputPositionType = function(positionType) {
this._numInputPositionType = positionType;
};
Game_Message.prototype.numInputBackground = function() {
return this._numInputBackground;
};
Game_Message.prototype.numInputPositionType = function() {
return this._numInputPositionType;
};