improve: adding special weapons at powersuit creation #277

Merged
AMelonInsideLemon merged 10 commits from SpecialItems into main 2024-06-07 06:58:20 -07:00
AMelonInsideLemon commented 2024-06-04 04:03:19 -07:00 (Migrated from github.com)
No description provided.

LGTM. Tho I think IGenericItem2 could be removed enitrely now as it seems that was only used for SpecialItems. 🤔

LGTM. Tho I think `IGenericItem2` could be removed enitrely now as it seems that was only used for SpecialItems. 🤔
AMelonInsideLemon commented 2024-06-04 04:16:44 -07:00 (Migrated from github.com)

LGTM. Tho I think IGenericItem2 could be removed enitrely now as it seems that was only used for SpecialItems. 🤔

Me too, i can't find any lines from IGenericItem2 in my inventory dump

> LGTM. Tho I think `IGenericItem2` could be removed enitrely now as it seems that was only used for SpecialItems. 🤔 Me too, i can't find any lines from `IGenericItem2` in my inventory dump

This whole thing has been a mess. I think this actually does a decent job of resolving #236, haha.

This whole thing has been a mess. I think this actually does a decent job of resolving #236, haha.
OrdisPrime (Migrated from github.com) reviewed 2024-06-07 04:02:22 -07:00
@ -381,6 +381,7 @@ DuviriInfoSchema.set("toJSON", {
}
});
// eslint-disable-next-line @typescript-eslint/no-unused-vars
OrdisPrime (Migrated from github.com) commented 2024-06-07 04:01:54 -07:00

please undo removal of all genericItem2 instances. it has a purpose for later.

please undo removal of all genericItem2 instances. it has a purpose for later.
Sign in to join this conversation.
No description provided.