diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js index 3dd53b6429dfccd898103975c962efdbc29ead7f..a7d3dd2f015e31757ee2fe7f2498b6f595c232a0 100644 --- a/src/js/SlaveState.js +++ b/src/js/SlaveState.js @@ -2472,7 +2472,7 @@ App.Entity.SlaveState = class SlaveState { /** Has the slave undergone the elasticity (plasticity) treatment? * * 0: no; 1: yes */ - rapidCellGrowth: 0 + rapidCellGrowth: 0, /** Is the slave immortal? * * 0: no; 1: yes */ diff --git a/src/player/js/PlayerState.js b/src/player/js/PlayerState.js index 7aacbe3316c2a4a734eb94929a7f37187ed47436..6bd6c2b2649a2870d6a8edb57d437ad9b8938754 100644 --- a/src/player/js/PlayerState.js +++ b/src/player/js/PlayerState.js @@ -1966,7 +1966,7 @@ App.Entity.PlayerState = class PlayerState { /** Have you undergone the elasticity (plasticity) treatment? * * 0: no; 1: yes */ - rapidCellGrowth: 0 + rapidCellGrowth: 0, /** Are you immortal? * * 0: no; 1: yes */