Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Companions are not smart enough to avoid stepping in lava. It is up to us to protect them!
This is a very simple tweak to the vanilla lava script to make it so that lava hurts the player, but not NPCs/Followers.
Since it modifies the original lava script, it will conflict with other mods that alter that script (or mods that rely upon NPCs getting hurt in lava)
Scripting note: to do this I needed to use ModCurrentHealth rather than HurtStandingActor, so that NPCs standing on lava at the same time as the player would not be damaged. In normal play this should not matter too much, but ModCurrentHealth can cause damage even during god mode while HurtStandingActor does not.
So be warned not to stand in lava, even with god mode.