8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
// Inherit the parent event
|
|
event_inherited();
|
|
|
|
damage = 5;
|
|
bullet_spd = 8;
|
|
max_distance = 600;
|
|
s_destroy = s_poison_destroy;
|
|
pass_through_enemy = true; |