Skip to content
Snippets Groups Projects
Commit 9526278b authored by FarawayVision's avatar FarawayVision
Browse files

Monika: fix _more_ stage 9 issues

parent 40e6f819
No related branches found
No related tags found
No related merge requests found
......@@ -611,8 +611,9 @@ if(!monika) {
$gameLabels[player].html("Monika & Sayori");
} else {
/* 'Regular' glitch masturbation */
var el = $gameImages[player-1]
var current_img = el.attr('src').substr(17);
var el = $gameImages[player-1];
var src = el.attr('src');
var current_img = src.substring(src.lastIndexOf('/'));
if (el[0].complete) {
monika.glitch_pose_transition(player, current_img, 0, 200);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment