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. --- mission-01_typos.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 mission-01_typos.patch (limited to 'mission-01_typos.patch') diff --git a/mission-01_typos.patch b/mission-01_typos.patch deleted file mode 100644 index 2558467..0000000 --- a/mission-01_typos.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/src/mission_companion.cpp -+++ b/src/mission_companion.cpp -@@ -1448,14 +1448,14 @@ - int monsters = rng( 0, 10 ); - if( skill * rng_float( .80, 1.2 ) > monsters * rng_float( .8, 1.2 ) ) { - if( one_in( 2 ) ) { -- popup( _( "%s was able to scare off the bear after delivering a nasty " -+ popup( _( "%s was able to scare off the cougar after delivering a nasty " - "blow!" ), comp->name ); - } else { - popup( _( "%s beat the cougar into a bloody pulp!" ), comp->name ); - } - } else { - if( one_in( 2 ) ) { -- popup( _( "%s was able to hold off the first wolf but the others that were " -+ popup( _( "%s was able to hold off the first cougar but the others that were " - "skulking in the tree line caught up…" ), comp->name ); - popup( _( "I'm sorry, there wasn't anything we could do…" ) ); - } else { -- cgit v1.2.1