fix: give corresponding weapon when crafting Hound #1816

Merged
Sainan merged 2 commits from AMelonInsideLemon/SpaceNinjaServer:give-hound-weapon into main 2025-04-24 11:24:54 -07:00
Contributor
No description provided.
AMelonInsideLemon added 1 commit 2025-04-23 12:29:18 -07:00
fix: give corresponding weapon when crafting Hound
All checks were successful
Build / build (pull_request) Successful in 1m32s
604ae5776a
Sainan approved these changes 2025-04-23 12:33:31 -07:00
Dismissed
Sainan dismissed Sainan’s review 2025-04-23 15:29:14 -07:00
Owner

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?

Relevant data for this has been added in PE+ 0.5.58. Could you rebase your PR onto main (for f039998d713c9cce45926af18d353e1f06d416ea) and use ExportSentinels instead of this hardcoded map?
AMelonInsideLemon force-pushed give-hound-weapon from 604ae5776a to 63752eb52c 2025-04-23 16:07:18 -07:00 Compare
AMelonInsideLemon added 1 commit 2025-04-23 16:07:29 -07:00
update to PE+ 0.5.58
All checks were successful
Build / build (pull_request) Successful in 43s
ffa967c038
Author
Contributor

done

done
Sainan reviewed 2025-04-23 16:31:28 -07:00
@ -67,3 +67,3 @@
}
for (const [uniqueName, item] of Object.entries(ExportSentinels)) {
if (item.productCategory != "SpecialItems") {
if (item.productCategory == "Sentinels" || item.productCategory == "KubrowPets") {
Owner

Not really related to this PR, but alongside this, maybe the MoaPets array should be removed from res again.

Not really related to this PR, but alongside this, maybe the MoaPets array should be removed from `res` again.
Sainan marked this conversation as resolved
Sainan approved these changes 2025-04-23 17:01:04 -07:00
Sainan merged commit 100aefcee4 into main 2025-04-24 11:24:54 -07:00
Sainan deleted branch give-hound-weapon 2025-04-24 11:24:54 -07:00
Sign in to join this conversation.
No description provided.