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-15_slow-down-fungal-blossoms.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src-15_slow-down-fungal-blossoms.patch (limited to 'src-15_slow-down-fungal-blossoms.patch') diff --git a/src-15_slow-down-fungal-blossoms.patch b/src-15_slow-down-fungal-blossoms.patch deleted file mode 100644 index b3c3832..0000000 --- a/src-15_slow-down-fungal-blossoms.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/src/fungal_effects.cpp -+++ b/src/fungal_effects.cpp -@@ -167,7 +167,7 @@ - } else if( m.has_flag( flag_YOUNG, p ) ) { - if( x_in_y( growth * 10, 500 ) ) { - if( m.get_field_intensity( p, fd_fungal_haze ) != 0 ) { -- if( x_in_y( growth * 10, 800 ) ) { // young trees are vulnerable -+ if( x_in_y( growth * 10, 1600 ) ) { // young trees are vulnerable - m.ter_set( p, t_fungus ); - if( gm.place_critter_at( mon_fungal_blossom, p ) && gm.u.sees( p ) ) { - add_msg( m_warning, _( "The young tree blooms forth into a fungal blossom!" ) ); -@@ -183,7 +183,7 @@ - } else if( m.has_flag( flag_TREE, p ) ) { - if( one_in( 10 ) ) { - if( m.get_field_intensity( p, fd_fungal_haze ) != 0 ) { -- if( x_in_y( growth * 10, 100 ) ) { -+ if( x_in_y( growth * 10, 2000 ) ) { - m.ter_set( p, t_fungus ); - if( gm.place_critter_at( mon_fungal_blossom, p ) && gm.u.sees( p ) ) { - add_msg( m_warning, _( "The tree blooms forth into a fungal blossom!" ) ); -- cgit v1.2.1