|
|
@@ -172,7 +172,7 @@ function Player(name = "Player") { |
|
|
this.parts = {}; |
|
|
this.parts = {}; |
|
|
|
|
|
|
|
|
this.arousal = 0; |
|
|
this.arousal = 0; |
|
|
this.arousalRate = 100 / 86400 * 4; |
|
|
|
|
|
|
|
|
this.arousalRate = 100 / 86400 * 2; |
|
|
|
|
|
|
|
|
this.arousalLimit = function() { |
|
|
this.arousalLimit = function() { |
|
|
return 100 * Math.sqrt(this.con / 15); |
|
|
return 100 * Math.sqrt(this.con / 15); |
|
|
|