diff --git a/src/Constants.js b/src/Constants.js
index e06fb5dc2..9fe788342 100644
--- a/src/Constants.js
+++ b/src/Constants.js
@@ -1048,10 +1048,10 @@ let CONSTANTS = {
"The game will still be saved to localStorage as well
" +
"-Added a new Crime: Bond Forgery. This crime takes 5 minutes to attempt " +
"and gives $4,500,000 if successful. It is meant for mid game.
" +
- "-Added commitCrime() Singularity Function.
" +
+ "-Added commitCrime() and getStats() Singularity Functions.
" +
+ "-Removed getIntelligence() Netscript function
" +
"-Increased the amount of money gained from infiltration by 20%, and the amount of faction reputation by 12%
" +
- "-Crime and Infiltration are now more lucrative in BitNodes 11 and 2
" +
- "-Added getStats() Singularity function. Removed getIntelligence() Netscript function.
",
+ "-Crime and Infiltration are now more lucrative in BitNodes 11 and 2
",
}
export {CONSTANTS};