pilot wave damage fix, block colliison rewrite

This commit is contained in:
landgreen
2020-04-21 06:12:02 -07:00
parent 929e4a30d7
commit 31316c430f
7 changed files with 71 additions and 50 deletions

View File

@@ -296,7 +296,7 @@ const b = {
},
{
name: "scrap bots",
description: "<strong>+15%</strong> chance to build a <strong>bot</strong> after killing a mob<br>the bot will follow you until you <strong>exit</strong> the map",
description: "<strong>+13%</strong> chance to build a <strong>bot</strong> after killing a mob<br>the bot will follow you until you <strong>exit</strong> the map",
maxCount: 6,
count: 0,
allowed() {
@@ -304,7 +304,7 @@ const b = {
},
requires: "",
effect() {
b.isModBotSpawner += 0.15;
b.isModBotSpawner += 0.13;
},
remove() {
b.isModBotSpawner = 0;