Skip to content

Commit

Permalink
add windherb
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed May 23, 2024
1 parent b3da44e commit fa58a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added resource/paragraph_pictures/118.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/game_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,9 @@ bool player::has_component_herb(const std::string& spell) {
if (s == "jump" && has_herb("hartleaf")) {
return true;
}
if (s == "vortex" && has_herb("windherb")) {
return true;
}
if (s == "open") {
return true;
}
Expand Down

0 comments on commit fa58a91

Please sign in to comment.