Page MenuHomeFeedback Tracker

1.05.152551 - All transmitters. Feature request
New, NormalPublic

Description

We can see always Turn on option

If new player click LMB without 9v Battery, then nothing will happen

May be add some pop up notification which would warn that there is not enough battery?

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Visual-Environment

Event Timeline

PR9INICHEK added a subscriber: Geez.

@Geez hi ^_^

Please check this ticket

1.08.153251 nothing change

4_world\classes\useractionscomponent\actions\singleuse\actionturnontransmitter.c

Just change statement from

if ( item.HasEnergyManager() && !item.GetCompEM().IsWorking() )

To

if ( item.HasEnergyManager() && !item.GetCompEM().IsWorking() && item.GetCompEM().GetEnergySource() != NULL )

@Geez hi :)

Please send this info to devs

PR9INICHEK renamed this task from 1.05.152551 - Megaphone. Feature request to 1.05.152551 - All transmitters. Feature request.Nov 5 2020, 11:12 PM