From 14dc31351745f8a588440414e46cead71be5150f Mon Sep 17 00:00:00 2001 From: lilgreenland Date: Thu, 16 Jan 2020 15:28:31 -0800 Subject: [PATCH] fixed damamge color --- js/bullets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/bullets.js b/js/bullets.js index 29ef3e8..6a1a19f 100644 --- a/js/bullets.js +++ b/js/bullets.js @@ -46,6 +46,7 @@ const b = { b.isModImmortal = false; b.modSpores = 0; b.modExtraDmg = 0; + game.playerDmgColor = "rgba(0,0,0,0.7)" b.isModAnnihilation = false; b.modRecursiveHealing = 1; b.modSquirrelFx = 1;