This commit is contained in:
parent
65b44cd8c9
commit
28c0d2ec30
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user