mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Fix mapping
This commit is contained in:
committed by
Hans Mackowiak
parent
fdd490030f
commit
6028ba9e33
@@ -118,7 +118,7 @@ public enum TriggerType {
|
||||
RolledDieOnce(TriggerRolledDieOnce.class),
|
||||
RoomEntered(TriggerEnteredRoom.class),
|
||||
Sacrificed(TriggerSacrificed.class),
|
||||
SacrificedOnce(TriggerSacrificed.class),
|
||||
SacrificedOnce(TriggerSacrificedOnce.class),
|
||||
Scry(TriggerScry.class),
|
||||
SearchedLibrary(TriggerSearchedLibrary.class),
|
||||
SeekAll(TriggerSeekAll.class),
|
||||
|
||||
Reference in New Issue
Block a user