MSUTeam / MSU

Modding Standards and Utilities for Battle Brothers
21 stars 4 forks source link

[REQUEST] Add new getter for MaxMoraleState in actor.nut #342

Closed Darxo closed 1 month ago

Darxo commented 5 months ago

Is your feature request related to a problem? Please describe. There is no getter function for the member variable MaxMoraleState from the class actor.nut in Vanilla. But Vanilla does feature a setter function for this exact variable called setMaxMoraleState.

Describe the solution you'd like Add a simple new getMaxMoraleState function for MaxMoraleState to the actor.nut.