mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-02 01:03:24 +01:00
Added faq page, indicator for wolf roles
This commit is contained in:
@@ -90,7 +90,8 @@ function renderAvailableCards() {
|
||||
|
||||
const quantityClass = cards[i].team === "good" ? "card-quantity quantity-village" : "card-quantity quantity-wolf";
|
||||
|
||||
cardContainer.setAttribute("class", "card");
|
||||
let cardClass = newCard.isTypeOfWerewolf ? "card card-werewolf" : "card";
|
||||
cardContainer.setAttribute("class", cardClass);
|
||||
cardContainer.setAttribute("id", "card-" + i);
|
||||
cardContainer.innerHTML =
|
||||
"<div class='card-top'>" +
|
||||
|
||||
Reference in New Issue
Block a user