From 1ae415f7ac38c617220d17c96b14e020b74b6699 Mon Sep 17 00:00:00 2001 From: danielyxie Date: Wed, 11 Oct 2017 21:00:55 -0500 Subject: [PATCH] Updating changelog --- src/Constants.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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};