mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Advanced trading bugfix, Snap building typo and snap point fixes
Fixes a bug with advanced trading green "you have this item" text in buyables list, this was showing you had the item when you didn't. Snap building typo Snap building snap points for large cinder walls as reported by @SmokeyBR https://github.com/EpochModTeam/DayZ-Epoch/issues/1766#issuecomment-248021073
This commit is contained in:
@@ -242,8 +242,8 @@ class SnapBuilding {
|
||||
class Cinder_DZE: FloorsWallsStairs { //All cinder walls and doors
|
||||
points[] = {
|
||||
{0,0,0,"Pivot"},
|
||||
{-2.64, 0, 1.685,"Left"},
|
||||
{2.64, 0, 1.685,"Right"},
|
||||
{-2.64, 0, 0,"Left"},
|
||||
{2.64, 0, 0,"Right"},
|
||||
{0, 0, 3.37042,"Top"}
|
||||
};
|
||||
radius = 10;
|
||||
@@ -251,8 +251,8 @@ class SnapBuilding {
|
||||
class CinderWall_Preview_DZ: Cinder_DZE {
|
||||
points[] = {
|
||||
{0,0,0,"Pivot"},
|
||||
{-2.64, 0, 0,"Left"},
|
||||
{2.64, 0, 0,"Right"},
|
||||
{-2.64, 0, -0.009,"Left"},
|
||||
{2.64, 0, -0.009,"Right"},
|
||||
{0, 0, 1.685,"Top"},
|
||||
{0,0,-1.685,"Bottom"}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user