mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-10 04:57:29 +00:00
remove weather on round end
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = {
|
||||
|
||||
discard = this.filter(discard, {
|
||||
"ability": "hero",
|
||||
"type": card.constructor.TYPE.SPECIAL
|
||||
"type": [card.constructor.TYPE.SPECIAL, card.constructor.TYPE.WEATHER]
|
||||
})
|
||||
|
||||
this.send("played:medic", {
|
||||
|
Reference in New Issue
Block a user