From 20d8e03536787f40bed42eab7d8f2ac7629e84fe Mon Sep 17 00:00:00 2001 From: vbawol Date: Wed, 14 Oct 2015 09:22:48 -0500 Subject: [PATCH] tweak viewport of tuna --- Sources/epoch_config/Configs/cfgCrafting.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_config/Configs/cfgCrafting.hpp b/Sources/epoch_config/Configs/cfgCrafting.hpp index 6445b3dc..061737d5 100644 --- a/Sources/epoch_config/Configs/cfgCrafting.hpp +++ b/Sources/epoch_config/Configs/cfgCrafting.hpp @@ -524,7 +524,7 @@ class CfgCrafting { usedIn[] = { "ItemTunaCooked" }; previewPosition[] = {0.796141,1,0.27}; - previewScale = 0.4; + previewScale = 0.2; previewVector = 2.1; }; class ItemSeaBass : Part @@ -547,7 +547,7 @@ class CfgCrafting nearby[] = {{"Fire", "", "fire", {1,{"ALL"}}, 3, 1, 1, 0}}; recipe[] = { "ItemTuna" }; previewPosition[] = {0.796141,1,0.27}; - previewScale = 0.4; + previewScale = 0.2; previewVector = 2; }; class ItemSeaBassCooked : Item