diff --git a/desktop_version/CONTRIBUTORS.txt b/desktop_version/CONTRIBUTORS.txt index 154fc415..79f77683 100644 --- a/desktop_version/CONTRIBUTORS.txt +++ b/desktop_version/CONTRIBUTORS.txt @@ -10,6 +10,7 @@ Contributors * Elliott Saltar (@eboyblue3) * Marvin Scholz (@ePirat) * Elijah Stone +* Info Teddy (@InfoTeddy) * Emmanuel Vadot (@evadot) * Rémi Verschelde (@akien-mga) * viri (viri.me) diff --git a/desktop_version/src/Script.cpp b/desktop_version/src/Script.cpp index 95a5ad48..bfb8fcf9 100644 --- a/desktop_version/src/Script.cpp +++ b/desktop_version/src/Script.cpp @@ -3536,7 +3536,7 @@ void scriptclass::hardreset( KeyPoll& key, Graphics& dwgfx, Game& game,mapclass& obj.customcrewmoods[i]=1; } - for (i = 0; i < 20; i++) + for (i = 0; i < 100; i++) { obj.collect[i] = 0; obj.customcollect[i] = 0;