mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
do not run clbuilder while clbuilder compiles it
This commit is contained in:
@@ -31,15 +31,11 @@ fi;
|
||||
# echo "ERROR: d1/d2 cable variables detected in maps, please remove them."
|
||||
# st=1
|
||||
# fi;
|
||||
echo "Checking for pixel_[xy]"
|
||||
if grep -P 'pixel_[xy] = 0' _maps/**/*.dmm; then
|
||||
echo "pixel_x/pixel_y = 0 variables detected in maps, please review to ensure they are not dirty varedits."
|
||||
echo "Checking for stacked cables"
|
||||
if grep -P '"\w+" = \(\n([^)]+\n)*/obj/structure/cable,\n([^)]+\n)*/obj/structure/cable,\n([^)]+\n)*/area/.+\)' _maps/**/*.dmm; then
|
||||
echo "found multiple cables on the same tile, please remove them."
|
||||
st=1
|
||||
fi;
|
||||
# echo "Checking for stacked cables"
|
||||
# if grep -P '"\w+" = \(\n([^)]+\n)*/obj/structure/cable,\n([^)]+\n)*/obj/structure/cable,\n([^)]+\n)*/area/.+\)' _maps/**/*.dmm; then
|
||||
# echo "found multiple cables on the same tile, please remove them."
|
||||
# st=1
|
||||
# fi;
|
||||
if grep -P '^/area/.+[\{]' _maps/**/*.dmm; then
|
||||
echo "ERROR: Vareditted /area path use detected in maps, please replace with proper paths."
|
||||
st=1
|
||||
|
||||
Reference in New Issue
Block a user