From 9c334626aa979f82b136d834d96ffc74e650cd4a Mon Sep 17 00:00:00 2001 From: Rikux3 Date: Wed, 18 Mar 2020 20:38:48 +0100 Subject: [PATCH] this was a lie... --- OpenKh.Kh2/Objentry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenKh.Kh2/Objentry.cs b/OpenKh.Kh2/Objentry.cs index 7ffb34356..a06e76ba9 100644 --- a/OpenKh.Kh2/Objentry.cs +++ b/OpenKh.Kh2/Objentry.cs @@ -26,7 +26,7 @@ public enum Type : byte E_WEAPON = 0x6, [Description("Save Point")] SP = 0x7, - [Description("Neutral (attackable)")] + [Description("Neutral")] F_OBJ = 0x8, [Description("Out of Party Member")] BTLNPC = 0x9,