10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
|
if life < 1
|
||
|
{
|
||
|
score += 200
|
||
|
if global.boss != 0
|
||
|
global.boss = 0
|
||
|
instance_destroy()
|
||
|
}
|
||
|
|
||
|
|