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-15_slow-down-fungal-blossoms.patch | |
parent | Add plastic scrap is stackable patch. (diff) | |
download | cataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz |
Diffstat (limited to 'src-15_slow-down-fungal-blossoms.patch')
-rw-r--r-- | src-15_slow-down-fungal-blossoms.patch | 20 |
1 files changed, 0 insertions, 20 deletions
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!" ) ); |