improve: adding special weapons at powersuit creation #277
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "SpecialItems"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 dumpThis whole thing has been a mess. I think this actually does a decent job of resolving #236, haha.
@ -381,6 +381,7 @@ DuviriInfoSchema.set("toJSON", {
}
});
// eslint-disable-next-line @typescript-eslint/no-unused-vars
please undo removal of all genericItem2 instances. it has a purpose for later.