7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
// Inherit the parent event
|
|
event_inherited();
|
|
|
|
damage = 5;
|
|
bullet_spd = 4;
|
|
max_distance = 150;
|
|
s_destroy = s_disc_destroy; |