You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the module gadget (myPrefab.SetVehicleUpgradeModule) the event for .WithOnModuleUsed doesn't work, and cooldowns seem to be broken. Power is still taken but you can spam the module even when setting a cooldown with .WithColdown
To Reproduce
Steps to reproduce the behavior:
Make a custom item
Use .SetWehicleUpgradeModule on the CustomPrefab, then use the .WithOnModuleUsed extension
Enter the game and install the module
Using the module does not have the desired effect
Expected behavior
The module should have a cooldown and run the code inside .WithOnModuleUsed
Screenshots
This is the code I've used which does not work
The text was updated successfully, but these errors were encountered:
This bug seems to be only noticeable for the Seamoth because it doesn't call back to the base method. This issue will be fixed in the next release, however, if this module is supposed to be for the Seamoth only, consider using the SeamothModule equipment type. That one already works fine.
Seamoth and Prawn compatible will be fixed in the next release, but he's saying that if you actually only need it work for the Seamoth you can just change it to EquipmentType.SeamothModule and it'll work right now
Describe the bug
When using the module gadget
(myPrefab.SetVehicleUpgradeModule
) the event for.WithOnModuleUsed
doesn't work, and cooldowns seem to be broken. Power is still taken but you can spam the module even when setting a cooldown with.WithColdown
To Reproduce
Steps to reproduce the behavior:
.SetWehicleUpgradeModule
on theCustomPrefab
, then use the.WithOnModuleUsed
extensionExpected behavior
The module should have a cooldown and run the code inside
.WithOnModuleUsed
Screenshots
This is the code I've used which does not work
The text was updated successfully, but these errors were encountered: