> For the complete documentation index, see [llms.txt](https://docs.settlers-united.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settlers-united.com/s4-lua-api-de/library-functions/debug/debug.makegreen.md).

# Debug.MakeGreen

## `Debug.MakeGreen(x, y)`

Macht das angegebene Feld grün, wenn es vorher dunkles Land war.

#### Rückgabewert

none

#### Beispiel

```lua
Debug.MakeGreen(120,80)
```
