ferro frag done (for now)

This commit is contained in:
landgreen
2019-11-15 05:19:38 -08:00
parent 389f2770a2
commit d9def3fb07
4 changed files with 37 additions and 101 deletions

View File

@@ -1385,7 +1385,7 @@ const mech = {
name: "nano-scale manufacturing",
description: "excess field <span class='color-f'>energy</span> used to build <strong class='color-b'>drones</strong><br> increased <span class='color-f'>energy</span> regeneration",
effect: () => {
let gunIndex = Math.random() < 0.5 ? 13 : 12
let gunIndex = Math.random() < 0.5 ? 13 : 14
mech.fieldMode = 5;
mech.fieldText();
mech.setHoldDefaults();