add Node.hockey attr

This commit is contained in:
Roman Trapeznikov 2022-07-10 20:52:13 +03:00
parent 6af6c29c75
commit 3fc454e62c
3 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
162333092055412382592908646337833811891
13232982614587399777499103804305366643

View File

@ -586,6 +586,7 @@ class Node:
move_left_right: float = 0.0
curse_death_time: int = 0
boxing_gloves: bool = False
hockey: bool = False
use_fixed_vr_overlay: bool = False
allow_kick_idle_players: bool = False
music_continuous: bool = False

View File

@ -409,6 +409,7 @@ def _special_class_cases(classname: str) -> str:
' move_left_right: float = 0.0\n'
' curse_death_time: int = 0\n'
' boxing_gloves: bool = False\n'
' hockey: bool = False\n'
' use_fixed_vr_overlay: bool = False\n'
' allow_kick_idle_players: bool = False\n'
' music_continuous: bool = False\n'