Jump to content

Drowning Health Penalty Removal


Recommended Posts

The recent update brought ships into the game, and as a result drowning. I didn't know drowning removed max HP and for the purpose of a mod I have, I want it removed. I have tried deleting the commas, removing any data I didn't want to modify in the code of drowning but it kept crashing. Any idea on how I can fix this line of code in the modmain?

 

		TUNING.DROWNING_DAMAGE =
		{
			TUNING.DEFAULT =
			{
				TUNING.HEALTH_PENALTY = 0
			}

			TUNING.WX78 = 
			{
				TUNING.HEALTH_PENALTY = 0
			}

			WOODIE = 
			{
				TUNING.HEALTH_PENALTY = 0
			}

		}

I will attach the modmain for a better look.

modmain.lua

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
  • Create New...