Nevermind. lol Checked the original thread about AM16's Thief1 Fixed and turns out this is indeed a mod incompatibility between Thief1 Fixed and TFix. In order to fix it all you have to do is open the miss16.mis.dml file that comes with TFix and remove the following lines:
//flooring torture beds
-ObjProp 454 "PhysType"
ObjProp 454 "Position"
{
"Location" -68.9861, 54.5324, -82.99
}
+ObjProp 454 "PhysType"
{
"Type" OBB
"# Submodels" 6
}
-ObjProp 1344 "PhysType"
ObjProp 1344 "Position"
{
"Location" -69.0139, 68.4743, -82.99
}
+ObjProp 1344 "PhysType"
{
"Type" OBB
"# Submodels" 6
}