@wayward/types 2.15.4-beta.dev.20260325.1 → 2.15.4-beta.dev.20260328.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -146,7 +146,7 @@ export interface CurseEvent {
|
|
|
146
146
|
/**
|
|
147
147
|
* Creature types that this event can spawn by default.
|
|
148
148
|
*/
|
|
149
|
-
creatureTypes?: SupplierOr<CreatureType[] | undefined, [CurseEventContext]>;
|
|
149
|
+
creatureTypes?: SupplierOr<Array<CreatureType | [CreatureType, aberrant: boolean]> | undefined, [CurseEventContext]>;
|
|
150
150
|
/**
|
|
151
151
|
* Custom game options to apply during the curse event. Note that this only runs once, right at the start of the event.
|
|
152
152
|
*/
|
package/package.json
CHANGED