mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-21 17:24:33 -05:00
Update unilab.py
Adjust hard coded value to max for unknown event 4
This commit is contained in:
parent
5fc9286ee1
commit
e97950653d
|
|
@ -283,7 +283,7 @@ class PopnMusicUnilab(PopnMusicModernBase):
|
|||
# 2 - Net taisen + Local mode
|
||||
3: 1 if enable_net_taisen else 0,
|
||||
# Unknown event (0-7)
|
||||
4: 1,
|
||||
4: 7,
|
||||
# Narunaru♪ UniLab jikkenshitsu! (0-48)
|
||||
# 6500 clear points are needed unless otherwise specified
|
||||
# 1 - 2040 - ラブケミ - 1000 points
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user