mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
IIDX: Fixed where unable to login after event play (copula)
This commit is contained in:
parent
5821ea8b95
commit
11cbbb9e7a
|
|
@ -255,7 +255,7 @@ export function register() {
|
|||
default: 9,
|
||||
});
|
||||
R.Config("pd_boss", {
|
||||
name: "Event Phase (SP)",
|
||||
name: "Event Phase (PD)",
|
||||
desc: "Chrono Seeker / Qpronicle Chord / PENDUAL TALISMAN",
|
||||
type: "integer",
|
||||
default: 3,
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ IIDX23pc(status="0")
|
|||
if mystery_line != null
|
||||
event2_data(play_num=mystery_line.play_num now_area=mystery_line.now_stay_area now_note_grade=mystery_line.now_stay_note_grade stop_area_time=mystery_line.stop_area_time)
|
||||
- for (let evt of mystery_line_sub)
|
||||
event2_area_data(area_no=evt.area_no area_play=evt.area_play normal_point=evt.normal_point hyper_point=evt.hyper_point another_point=evt.another_point)
|
||||
event2_area_data(area_no=evt.area_no area_play=evt.area_play_num normal_point=evt.normal_point hyper_point=evt.hyper_point another_point=evt.another_point)
|
||||
//-onemore_data(defeat_0 defeat_1 defeat_2 defeat_3 defeat_4 defeat_5 challenge_num_n challenge_num_h challenge_num_a)
|
||||
reflec_collabo(phase1_music_list="-1" phase2_music_list="-1")
|
||||
destiny_catharsis(music_bit="-1")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user