seastan / dragncards

Multiplayer online card game platform written in Elixir, Phoenix, and React. Drag and Drop provided by React-Beautiful-DND.
https://dragncards.com/
79 stars 41 forks source link

Allow no code for PROMPT_ADD_OPTION #115

Closed morvael closed 1 month ago

morvael commented 1 month ago

PROMPT_ADD_OPTION should allow null as last argument:

["PROMPT_ADD_OPTION", "$TARGET_PLAYER", "Cancel.", "X", null]

to be the equivalent of hardcoded options without "code" element:

{
    "label": "Cancel.",
    "hotkey": "X"
}

Currently it's not so easy to make a code that does nothing :)