7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
// Inherit the parent event
|
|
event_inherited();
|
|
|
|
damage = 50;
|
|
bullet_spd = 2;
|
|
max_distance = 200;
|
|
s_destroy = s_icebolt_destroy; |