Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nonexistent size from documentation, clarify steam store page word #72346

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/FREQUENTLY_MADE_SUGGESTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Places where votes and popular support are important are which parts of the game

**Steam, other app stores: not opposed, but we aren’t doing it or endorsing it either.**

Regarding Steam, this [Steam Store](https://store.steampowered.com/app/2330750/Cataclysm_Dark_Days_Ahead/) respects the project license.
Regarding Steam, this [Steam Store page](https://store.steampowered.com/app/2330750/Cataclysm_Dark_Days_Ahead/) respects the project license.

The game is also available from the [Play Store](https://play.google.com/store/apps/details?id=com.cleverraven.cataclysmdda) for Android.

Expand Down
11 changes: 0 additions & 11 deletions doc/JSON_FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1241,17 +1241,6 @@ Multiple time of day conditions will be combined together so that any of those c
- ```NIGHT```


### Sizes

Monster physical sizes.

- ```HUGE``` Tank
- ```LARGE``` Cow
- ```MEDIUM``` Human
- ```SMALL``` Dog
- ```TINY``` Squirrel


### Special attacks

Special attacks have been moved to [MONSTER_SPECIAL_ATTACKS.md](MONSTER_SPECIAL_ATTACKS.md) as they have all been migrated away from flags.
Expand Down
5 changes: 0 additions & 5 deletions doc/MONSTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,6 @@ List of scenttype_id ignored by this monster. scent_types are defined in scent_t

Symbol and color representing monster in-game. The symbol must be a UTF-8 string, that is exactly one console cell width (may be several Unicode characters). See [COLOR.md](COLOR.md) for details.

## "size"
(string, optional)

Size flag, see [JSON_FLAGS.md](JSON_FLAGS.md).

## "material"
(array of strings, optional)

Expand Down
Loading