Skip to content

Commit

Permalink
Update network protocol.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyV99 authored Dec 1, 2024
1 parent d24526f commit 852ee07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/network protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ class HintStatus(enum.IntEnum):
HINT_AVOID = 20 # The receiving player has specified that the item is detrimental
HINT_PRIORITY = 30 # The receiving player has specified that the item is needed
```
- Hints for items with `ItemClassification.trap` default to `HINT_AVOID`.
- Hints created with `LocationScouts`, `!hint_location`, or similar (hinting a location) default to `HINT_UNSPECIFIED`.
- Hints created with `!hint` or similar (hinting an item for yourself) default to `HINT_PRIORITY`.
- Once a hint is collected, its' status is updated to `HINT_FOUND` automatically, and can no longer be changed.
Expand Down

0 comments on commit 852ee07

Please sign in to comment.