5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(GetModule(), "Incubator", GetLocalInt(GetModule(), "Incubator") -1);
|
|
}
|