This commit is contained in:
@ -51,10 +51,10 @@ const icon_type = (item)=>{
|
||||
return 'landmark';
|
||||
}else if(t=='bridge'){
|
||||
return 'archway';
|
||||
}else if(t=='woodland'|| t=='shieling'){
|
||||
}else if(t=='woodland'|| t=='shieling' || t=='national_park'){
|
||||
return 'tree';
|
||||
}else if(t=='?'){
|
||||
return '';
|
||||
}else if(t=='water_park'){
|
||||
return 'dice-five';
|
||||
}else if(t=='?'){
|
||||
return '';
|
||||
}else{
|
||||
|
Reference in New Issue
Block a user