From 20617640ade64f97466df60c63288d70a8027335 Mon Sep 17 00:00:00 2001 From: Skirlez Date: Fri, 20 May 2022 17:00:17 +0300 Subject: [PATCH] yeah yeah shut up --- objects/obj_jinx7/Step_0.gml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/obj_jinx7/Step_0.gml b/objects/obj_jinx7/Step_0.gml index 37bab86..d492c46 100644 --- a/objects/obj_jinx7/Step_0.gml +++ b/objects/obj_jinx7/Step_0.gml @@ -330,11 +330,11 @@ repeat(global.execute) { if hp <= 0 { if global.hard = false { room_goto(hardmodecutscene) - award_reset_score(4200, 6, 12) + award_reset_score(4200, 6, 15) } else { instance_create_depth(x, y, -9999, obj_bonusend) room_goto(bonusend) - award_reset_score(6000, 8, 12) + award_reset_score(6000, 8, 30) } }