cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
choelzl 2021-07-16 23:28:45 +02:00
parent 65b44cd8c9
commit 28c0d2ec30
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -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{