Skip to content

Commit

Permalink
modify icon property
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Mar 30, 2022
1 parent 13ec6b9 commit 7cecce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
"""
override val changesetComment = "Add whether defibrillator is inside building"
override val wikiLink = "Key:indoor"
override val icon = R.drawable.ic_quest_bicycle_parking_cover
override val icon = R.drawable.ic_quest_defibrillator
override val isDeleteElementEnabled = true
override val questTypeAchievements = listOf(BICYCLIST)

Expand Down

0 comments on commit 7cecce3

Please sign in to comment.