5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
|
action_set_relative(1);
|
||
|
global.bossHP += -1.5 + (global.RANK * .1);;
|
||
|
action_kill_object();
|
||
|
action_set_relative(0);
|