mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Retire cone and pole plot previews in favor of dome
Thanks @oiad for pointing this out. Poles are not used for previewing anymore. Cones do not give as much information as the dome. The dome is visible at night and under night vision too.
This commit is contained in:
@@ -475,10 +475,6 @@ if (_canBuild select 0) then {
|
||||
|
||||
format[localize "str_build_01",_text] call dayz_rollingMessages;
|
||||
|
||||
//if (_canBuild select 1) then { //if item was a plotpole, build a visual radius around it
|
||||
//[] spawn player_plotPreview; //handled in fn_SelfActions now
|
||||
//};
|
||||
|
||||
_tmpbuilt setVariable ["OEMPos",_location,true]; //store original location as a variable
|
||||
|
||||
if(_lockable > 1) then { //if item has code lock on it
|
||||
|
||||
Reference in New Issue
Block a user