diff --git a/src/clj/game/core/threat.clj b/src/clj/game/core/threat.clj index 426b93f604..956bd4e2c5 100644 --- a/src/clj/game/core/threat.clj +++ b/src/clj/game/core/threat.clj @@ -16,7 +16,7 @@ (defn threat ([threshold accept-ab] - (threat accept-ab nil)) + (threat threshold accept-ab nil)) ([threshold accept-ab reject-ab] {:req (req true) :async true