more wording

updated pause menu and fields descriptions to new wording style
This commit is contained in:
landgreen
2022-06-15 07:10:01 -07:00
parent e3d6ffce43
commit e68ed81ba1
11 changed files with 69 additions and 99 deletions

View File

@@ -3829,6 +3829,9 @@ const b = {
if (tech.isNailCrit && !who.shield && Vector.dot(Vector.normalise(Vector.sub(who.position, this.position)), Vector.normalise(this.velocity)) > 0.94) {
b.explosion(this.position, 150 + 30 * Math.random()); //makes bullet do explosive damage at end
}
if (true && !who.shield && Vector.dot(Vector.normalise(Vector.sub(who.position, this.position)), Vector.normalise(this.velocity)) > 0.94) {
b.targetedNail(this.position, 1, 39 + 6 * Math.random())
}
};
bullet[me].do = function() {};
},