5 lines
151 B
PHP
5 lines
151 B
PHP
<?PHP
|
|
$research_status['bad'] = 'Nicht gut erforscht';
|
|
$research_status['medium'] = 'Teilweise erforscht';
|
|
$research_status['good'] = 'Gut erforscht';
|