summaryrefslogtreecommitdiffstats
path: root/src/gates.rs
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-12 21:46:21 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-12 21:46:21 -0700
commitb6e617dff1e712aac10888a2781484eeb2e99e89 (patch)
tree414adc72d4dacdc28ed38e928c0642ae5a3b6569 /src/gates.rs
parentc222109441b7cd779cbf3b440a4f3fdb45918965 (diff)
downloadstallman-shooter-b6e617dff1e712aac10888a2781484eeb2e99e89.tar.zst
Bump depsHEADmain
Diffstat (limited to 'src/gates.rs')
-rw-r--r--src/gates.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gates.rs b/src/gates.rs
index 7f6bd9f..2451daa 100644
--- a/src/gates.rs
+++ b/src/gates.rs
@@ -194,9 +194,6 @@ impl state::Enemy<GatesBullet> for Gates {
fn health(&self) -> f64 {
self.health
}
- fn set_health(&mut self, health: f64) {
- self.health = health;
- }
fn injure(&mut self, damage: f64) {
self.health -= damage;
}