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?
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?
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