Fix greenhouse offset so players getting not pushed back

Thx to Kitty from discord.
This commit is contained in:
A Man
2021-08-21 09:53:51 +02:00
parent 94ea07d88f
commit 5885bb31e3

View File

@@ -317,7 +317,7 @@ class Greenhouse_DZ: MAP_Misc_Greenhouse
mapSize = 2; mapSize = 2;
displayName = $STR_EPOCH_GREENHOUSE; displayName = $STR_EPOCH_GREENHOUSE;
constructioncount = 1; constructioncount = 1;
offset[] = {0,3,2}; offset[] = {0,5,1.4};
removeoutput[] = {{"greenhouse_kit",1}}; removeoutput[] = {{"greenhouse_kit",1}};
vehicleClass = "DayZ Epoch Buildables"; vehicleClass = "DayZ Epoch Buildables";
}; };