gmc-jam-3/objects/obj_bullet_playerred/Collision_obj_bossSprite.gml

5 lines
110 B
Plaintext

action_set_relative(1);
global.bossHP += -1.5+(global.RANK*.1);
action_kill_object();
action_set_relative(0);