Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

kamikatze13

Uploaded by

kamikatze13

Virus scan

Safe to use

About this mod

fixes a crash to desktop when you try to brew a potion with the mortar and pestle from campfire

Permissions and credits
did some digging and found out `IsFurnitureInUse()` does apparently not work in skyrim vr and caused the alchemy station of the mortar and pestle to instantly disappear. if you tried to brew a potion with the alchemy station gone, the game would crash with a nullpointer exception. 

fixed by replacing `self.IsFurnitureInUse()` in script attached to the spawned furniture object with an skse function `!Game.IsLookingControlsEnabled()`

sksevr required. kudos to @SkylerModder to make me actually try a native function instead of relying on arcane skse magic