From 0fb73bdc3514b900ed2d436ab8eadb17a6945c56 Mon Sep 17 00:00:00 2001 From: Kamron Batman Date: Tue, 5 Mar 2019 16:00:06 -0800 Subject: [PATCH] Updates GOALS.md --- GOALS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GOALS.md b/GOALS.md index 2b08b1089..19ff4152e 100644 --- a/GOALS.md +++ b/GOALS.md @@ -44,7 +44,7 @@ - [ ] Naked corpses (container display issue) - [X] Rounding errors with new bank system - [ ] Replace `double` with `int` for skills to fix rounding errors and optimize code -- [ ] Replace specific checks for `Item`/`Mobile` by extended `IEntity` and mainstreaming the `NEWPARENT` code +- [X] Replace specific checks for `Item`/`Mobile` by extended `IEntity` and mainstreaming the `NEWPARENT` code - [ ] TryDropItem dropping items until it fails when it should be all-or-nothing - [ ] Consuming items are deleted directly in several places instead of using `Item.Consume()` - [ ] Content displaying for newer clients is not working properly in several situations