fix: give corresponding weapon when crafting Hound #1816
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:give-hound-weapon"
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?
Relevant data for this has been added in PE+ 0.5.58. Could you rebase your PR onto main (for
f039998d71
) and use ExportSentinels instead of this hardcoded map?604ae5776a
to63752eb52c
done
@ -67,3 +67,3 @@
}
for (const [uniqueName, item] of Object.entries(ExportSentinels)) {
if (item.productCategory != "SpecialItems") {
if (item.productCategory == "Sentinels" || item.productCategory == "KubrowPets") {
Not really related to this PR, but alongside this, maybe the MoaPets array should be removed from
res
again.