12 lines
91 B
Plaintext
12 lines
91 B
Plaintext
|
with (other) {
|
||
|
instance_destroy();
|
||
|
}
|
||
|
|
||
|
hp -= 1;
|
||
|
if (hp <= 0) {
|
||
|
instance_destroy();
|
||
|
}
|
||
|
|
||
|
|
||
|
|