Fix(event): fix template name

This commit is contained in:
W1NDes 2025-12-20 18:56:10 +08:00
parent a4b5d153bd
commit d8e61e36b4

View File

@ -50,7 +50,7 @@ A8, B8, C8, D8, E8, F8, G8, H8, I8, J8, \
class Config(ConfigBase):
# ===== Start of generated config =====
MAP_SIREN_TEMPLATE = ['Vboss_hermit', 'Vboss_chariot']
MAP_SIREN_TEMPLATE = ['Vboss_Hermit', 'Vboss_Chariot']
MOVABLE_ENEMY_TURN = (2,)
MAP_HAS_SIREN = True
MAP_HAS_MOVABLE_ENEMY = True