From 7e224c97ae2728472180322f625dafa545f21f7f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Jan 2025 21:46:00 -0800 Subject: Convert the PKGBUILD to my own fork of cataclysm-bn. --- src-13_searchlights-with-plut-gen-furn.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src-13_searchlights-with-plut-gen-furn.patch (limited to 'src-13_searchlights-with-plut-gen-furn.patch') diff --git a/src-13_searchlights-with-plut-gen-furn.patch b/src-13_searchlights-with-plut-gen-furn.patch deleted file mode 100644 index d18ec30..0000000 --- a/src-13_searchlights-with-plut-gen-furn.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/monattack.cpp -+++ b/src/monattack.cpp -@@ -3552,7 +3552,8 @@ - for( int x = zposx - 24; x < zposx + 24; x++ ) { - for( int y = zposy - 24; y < zposy + 24; y++ ) { - tripoint dest( x, y, z->posz() ); -- if( g->m.ter( dest ) == ter_str_id( "t_plut_generator" ) ) { -+ if( ( g->m.ter( dest ) == ter_str_id( "t_plut_generator" ) ) || -+ ( g->m.furn( dest ) == furn_str_id( "f_grid_plut_generator" ) ) ) { - generator_ok = true; - } - } -- cgit v1.2.1