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
Showing only changes of commit 7ada9f3b6d - Show all commits

View File

@ -381,6 +381,7 @@ DuviriInfoSchema.set("toJSON", {
}
});
// eslint-disable-next-line @typescript-eslint/no-unused-vars
OrdisPrime commented 2024-06-07 04:01:54 -07:00 (Migrated from github.com)
Review

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.
const GenericItemSchema2 = new Schema<IGenericItem2>({
ItemType: String,
ItemName: String,