implement [LCI] Market Gnome

This commit is contained in:
xenohedron 2023-11-09 21:38:28 -05:00
parent a5922457ad
commit 933d694b08
5 changed files with 191 additions and 8 deletions

View file

@ -540,6 +540,12 @@ public class GameEvent implements Serializable {
flag not used for this event
*/
DISCOVERED,
/* Exiled while crafting (see Market Gnome)
targetId the permanent exiled
sourceId of the craft ability
playerId the player crafting
*/
EXILED_WHILE_CRAFTING,
//custom events
CUSTOM_EVENT
}