Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beats-dh committed Apr 9, 2023
1 parent afc9615 commit fc54eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/map_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2523,13 +2523,13 @@ void MapPopupMenu::Update()
Append( MAP_POPUP_MENU_SELECT_MONSTER_BRUSH, "Select Monster", "Uses the current monster as a monster brush");

if(topSpawnMonster)
Append( MAP_POPUP_MENU_SELECT_SPAWN_BRUSH, "Select Monster", "Select the npc brush");
Append( MAP_POPUP_MENU_SELECT_SPAWN_BRUSH, "Select Monster Spawn", "Select the npc brush");

if(topNpc)
Append( MAP_POPUP_MENU_SELECT_NPC_BRUSH, "Select Npc", "Uses the current npc as a npc brush");

if(topSpawnNpc)
Append( MAP_POPUP_MENU_SELECT_SPAWN_NPC_BRUSH, "Select Npc", "Select the npc brush");
Append( MAP_POPUP_MENU_SELECT_SPAWN_NPC_BRUSH, "Select Npc Spawn", "Select the npc brush");

Append( MAP_POPUP_MENU_SELECT_RAW_BRUSH, "Select RAW", "Uses the top item as a RAW brush");

Expand Down

0 comments on commit fc54eec

Please sign in to comment.