From 6274c6781f01e388d65bc74e19725c047541ed67 Mon Sep 17 00:00:00 2001 From: An Orbit <68935009+orbit-loona@users.noreply.github.com> Date: Sun, 7 May 2023 16:08:02 -0400 Subject: [PATCH] nerf wifi --- mods/wifi.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mods/wifi.js b/mods/wifi.js index aaaa086d..bdc94a21 100644 --- a/mods/wifi.js +++ b/mods/wifi.js @@ -9,6 +9,8 @@ if(enabledMods.includes(libraryMod)) { _channel: 0, _correspondingWifi: null, }, + hardness: 0.8, + breakInto: ["plastic","steel","copper"], conduct: 1, insulate: true, tick: function(pixel) { @@ -66,6 +68,8 @@ if(enabledMods.includes(libraryMod)) { _channel: 0, _correspondingWifi: null, }, + hardness: 0.8, + breakInto: ["plastic","steel","copper"], conduct: 1, insulate: true, tick: function(pixel) { @@ -122,6 +126,8 @@ if(enabledMods.includes(libraryMod)) { properties: { _channel: 0, }, + hardness: 0.8, + breakInto: ["plastic","steel","copper"], conduct: 1, insulate: true, tick: function(pixel) {