summaryrefslogtreecommitdiff
path: root/mission-01_typos.patch
blob: d5307d903547c0b9344e0bf37e88e65e006491d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/src/mission_companion.cpp
+++ b/src/mission_companion.cpp
@@ -2054,14 +2054,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->get_name() );
                 } else {
                     popup( _( "%s beat the cougar into a bloody pulp!" ), comp->get_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->get_name() );
                     popup( _( "I'm sorry, there wasn't anything we could do…" ) );
                 } else {