Rename creatures to monsters

This commit is contained in:
slawkens
2024-02-03 20:54:09 +01:00
parent 3f5744964a
commit ccfd2b4f55
13 changed files with 170 additions and 165 deletions

View File

@@ -74,4 +74,7 @@ function fieldExist($field, $table)
global $db;
return $db->hasColumn($table, $field);
}
?>
function getCreatureImgPath($creature): string {
return getMonsterImgPath($creature);
}