From a0b4aaae0fd4f95fc191b5e39fa27421f0a8ffbd Mon Sep 17 00:00:00 2001 From: Leo <86385005+Leo-MathGuy@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:52:05 +0000 Subject: [PATCH] new texture --- .../sprites-override/vanquish-point-weapon.png | Bin 0 -> 450 bytes src/content/units/vanquish.hjson | 3 --- src/nukethea/Mindsutry.java | 17 ++++++----------- 3 files changed, 6 insertions(+), 14 deletions(-) create mode 100644 assets/sprites-override/vanquish-point-weapon.png delete mode 100644 src/content/units/vanquish.hjson diff --git a/assets/sprites-override/vanquish-point-weapon.png b/assets/sprites-override/vanquish-point-weapon.png new file mode 100644 index 0000000000000000000000000000000000000000..11be9ca7a4f494130172e204346c5db107cc5f5b GIT binary patch literal 450 zcmV;z0X_bSP)6qsX7~QxjHKpDLtZ8y(*R$JfJUVH#(Iy7DRHaD7 zgQ|nJiD3@)t7TWT0V2N1#@_`l7OA_soK}9|-u`hmJUm*-2(Az?JWW9C6B+~@ZKZDV zvix`r_&Dyn*=KM4GyHy-<{jz-MEu4 { - //show dialog upon startup - Time.runTask(10f, () -> { - BaseDialog dialog = new BaseDialog("frog"); - dialog.cont.add("Impostor sus me harder").row(); - dialog.cont.button("[scarlet]Eat the impostor[]", dialog::hide).size(400f, 25f); - dialog.show(); - }); - }); + for (int i = 1; i < 5; i++) { + UnitTypes.vanquish.weapons.pop(); + } + } }