Factorio-Access / FactorioAccess

An accessibility mod for the video game Factorio, making the game accessible to the blind and visually impaired.
Other
24 stars 9 forks source link

report frozen entities #277

Open ahicks92 opened 1 month ago

ahicks92 commented 1 month ago

Aquilo adds the concept of frozen entities, which happens if they don't have enough heat. The API adds the concept of frozen entities under LuaEntity::status. So, should be very easy.

EphDoering commented 1 month ago

So easy that it might just already work since I think our status reporting is automatic.

ahicks92 commented 1 month ago

I am 99% sure it is not. It may be automatic for ], but it's definitely not when arrowing over things. See also the whole can't divide segments fiasco. It's automatic sometimes on some objects if explicitly implemented that way. fa-info needs cleanup but we can put it off and have enough to do.