Refactor.

This commit is contained in:
GabrieleRadice
2026-04-30 17:33:29 +02:00
parent d0027463d1
commit a3e415afda
3 changed files with 3 additions and 3 deletions
@@ -93,7 +93,7 @@ public class CavePaintings extends EventCard {
* <p>NOTE: {@code NUpper} is not a real attribute used in calculations (only {@code NLower} is needed), * <p>NOTE: {@code NUpper} is not a real attribute used in calculations (only {@code NLower} is needed),
* however it's a parameter on the cards' design. * however it's a parameter on the cards' design.
* </p> * </p>
* <p>includes: * <p>Includes:
* <li>{@link #NLower} * <li>{@link #NLower}
* <li>{@code NUpper} * <li>{@code NUpper}
* <li>{@link #NPrestigeRem} * <li>{@link #NPrestigeRem}
@@ -100,7 +100,7 @@ public class ShamanicRitual extends EventCard {
/** /**
* Prints a string representation of this {@code TribeCard}. This specific variation is used in the {@code Game}'s * Prints a string representation of this {@code TribeCard}. This specific variation is used in the {@code Game}'s
* toString to print a more detailed version. * toString to print a more detailed version.
* <p>includes: * <p>Includes:
* <li>{@link #prestigeToAdd} * <li>{@link #prestigeToAdd}
* <li>{@link #prestigeToRemove} * <li>{@link #prestigeToRemove}
* </p> * </p>
@@ -93,7 +93,7 @@ public class Sustenance extends EventCard {
/** /**
* Prints a string representation of this {@code TribeCard}. This specific variation is used in the {@code Game}'s * Prints a string representation of this {@code TribeCard}. This specific variation is used in the {@code Game}'s
* toString to print a more detailed version. * toString to print a more detailed version.
* <p>includes: * <p>Includes:
* <li>{@link #PrestigeDebt} * <li>{@link #PrestigeDebt}
* </p> * </p>
* @return {@code String} - a string representation of this {@code TribeCard}. * @return {@code String} - a string representation of this {@code TribeCard}.