From 78edd89369f5a9da761d6dbae431e19941503f18 Mon Sep 17 00:00:00 2001 From: Da Fist <144086663+KRdaMystic@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:39:42 +0900 Subject: [PATCH] Update objects/obj_p_assra/Step_0.gml Co-authored-by: Nelsonh <81228864+OH296@users.noreply.github.com> --- objects/obj_p_assra/Step_0.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/obj_p_assra/Step_0.gml b/objects/obj_p_assra/Step_0.gml index f7df8f170..35f84fa93 100644 --- a/objects/obj_p_assra/Step_0.gml +++ b/objects/obj_p_assra/Step_0.gml @@ -93,7 +93,7 @@ if (boarding=true) and (board_cooldown>=0) and (instance_exists(target)) and (in marine_bonus+=unit.experience/20; marine_bonus+=(1-(target.hp/target.maxhp))*33; // if wounded marine will perform worse - var _weapons = [gear_weapon_data("weapon", unit.weapon_one()), gear_weapon_data("weapon", unit.weapon_two())]; + var _weapons = [unit.get_weapon_one_data(), unit.get_weapon_two_data()]; if (_weapons[0] == "" && _weapons[1] == "") { gear_bonus -= 10; } else {