diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
commit | 7e224c97ae2728472180322f625dafa545f21f7f (patch) | |
tree | 61a296000b3a05d36cde4de0d8bd5e5179ee21ab /src-13_searchlights-with-plut-gen-furn.patch | |
parent | Add plastic scrap is stackable patch. (diff) | |
download | cataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz |
Diffstat (limited to 'src-13_searchlights-with-plut-gen-furn.patch')
-rw-r--r-- | src-13_searchlights-with-plut-gen-furn.patch | 12 |
1 files changed, 0 insertions, 12 deletions
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; - } - } |