Skip to content

Commit c3ef894

Browse files
committed
cleanup for the night
1 parent 4c4a260 commit c3ef894

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ whatever I felt like pushing to this repo for testing purposes. Sorry to the 0 p
2121

2222
---
2323

24-
On Godot version 4.4.1 (updating soon)
24+
On Godot version 4.5.1
2525

2626
Using [godot-rust/gdext](https://github.com/godot-rust/gdextension) for most of
2727
the stuff, because of the type system. Prefer GDScript for things that probably

pets-lib/src/world/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ impl World {
133133
pub fn start_battle(eid: StringName) {
134134
let enemy_data = EnemyData::from_registry(eid.clone());
135135

136-
// TODO: THIS BELONGS IN STATSINTERFACE!!!!!!!! WTF
137136
si().bind_mut().battling.push(enemy_data.clone());
138137
let world = World::singleton();
139138

0 commit comments

Comments
 (0)