Fix Dango Insurance Defense Up Lv.4 showing all the time

This commit is contained in:
GreenComfyTea
2023-09-04 09:29:30 +03:00
parent 5f609a588a
commit a418bb0132

View File

@@ -232,6 +232,7 @@ function this.update_dango_insurance_defense_up(player_data)
if not insurance_def_up_lv4 then if not insurance_def_up_lv4 then
this.list.insurance_defense_up = nil; this.list.insurance_defense_up = nil;
return;
end end
level = 4; level = 4;