-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Night vision toggling #151
Conversation
[ViewVariables(VVAccess.ReadWrite), DataField("playSound"), AutoNetworkedField] | ||
public bool PlaySound { get; set; } = true; // For dragon | ||
[DataField("toggleOnSound")] | ||
public SoundSpecifier ToggleOnSound = new SoundPathSpecifier("/Audio/Stories/Misc/night_vision.ogg"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[ViewVariables(VVAccess.ReadWrite), DataField("playSound"), AutoNetworkedField] | |
public bool PlaySound { get; set; } = true; // For dragon | |
[DataField("toggleOnSound")] | |
public SoundSpecifier ToggleOnSound = new SoundPathSpecifier("/Audio/Stories/Misc/night_vision.ogg"); | |
[DataField("toggleOnSound")] | |
public SoundSpecifier? ToggleOnSound = new SoundPathSpecifier("/Audio/Stories/Misc/night_vision.ogg"); |
И проверку на null в коде, вместо еще одной переменной.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вот так?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Переработай всю систему на использование ItemToggle
А для дракона тогда как? |
О PR
Добавляет возможность переключения прибора ночного видения и очков ниндзя.
Почему / Баланс
Частично фиксит #49.
Тенеморфу добавлю аналогичное в #138
Нужно, чтобы дать ночное зрение дракону и карпам по итогам https://discord.com/channels/1111698541841240164/1297618376998387912
Медиа
Changelog
🆑 pheenty