From 93cfa243bc170ce9c6d1e452ee106edcabe17828 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 15 Jan 2022 23:08:54 -0500 Subject: [PATCH] Fixed certain turrets working without ammo --- .../sprites/units/weapons/quell-missile.png | Bin 426 -> 502 bytes .../world/blocks/defense/turrets/Turret.java | 2 ++ 2 files changed, 2 insertions(+) diff --git a/core/assets-raw/sprites/units/weapons/quell-missile.png b/core/assets-raw/sprites/units/weapons/quell-missile.png index aff26f83e98afc68a3ad0fc29de9cc911b236897..6aadf02c8a51708130f99ecee95bd394f057a871 100644 GIT binary patch delta 463 zcmV;=0Wkim1NH-uF@La0L_t(&f$f*EN&`U@MW13}D_9CP5g}mfM#Ah%zdmjjYWb$D}mD&xz!6EWi>a0@`scPXm%b1T5{S2z3FtDyDUbrG%$IViA1+;J=t7as4&=X*q;vDohLy31DEUNK5JbK+U%qW6f}_t6p3gcmIy4-3et5?%Mp3r3M8>T@2YL<;4P6>9SdOz zkAQYvtEUl?hzMBPqaxG|;H?Nre0_hib3k>&Z-Om?)Pp`JmIzvBLrGEL_v)<;c!bcK zIE=6A-%IZX(0f|<8sX2W)uFZl^w!gW#>BObts6kCjt6+1KnEpba-b}BwIK89xE!A6 zywFzcb)a?d^*M8$p>8`$u-Y$QuCo_P`rfG~U~P{8OQ16g`n(9~O+= 2 && ammo.peek().amount < ammoPerShot && ammo.get(ammo.size - 2).amount >= ammoPerShot){ totalAmmo -= ammo.pop().amount;