chore: accurate infested pet traits #1356
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:infested-colors"
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?
@ -81,0 +111,4 @@
if (!traits) {
throw new Error(`unknown KubrowPets type: ${data.WeaponType}`);
}
This isn't needed because of modularWeaponTypes
then something like that will be okay?
TypeScript assumes indexing will always succeed, you do not need !
on my side it throws
Type 'undefined' is not assignable to type 'ITraits'
errorHmm, then leave it as-is, I guess.