summaryrefslogtreecommitdiff
path: root/src-15_slow-down-fungal-blossoms.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
commit7e224c97ae2728472180322f625dafa545f21f7f (patch)
tree61a296000b3a05d36cde4de0d8bd5e5179ee21ab /src-15_slow-down-fungal-blossoms.patch
parentAdd plastic scrap is stackable patch. (diff)
downloadcataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz
Convert the PKGBUILD to my own fork of cataclysm-bn.HEADmaster
Diffstat (limited to 'src-15_slow-down-fungal-blossoms.patch')
-rw-r--r--src-15_slow-down-fungal-blossoms.patch20
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!" ) );