kill the easy way of dodging overload

This commit is contained in:
laochailan 2018-01-14 19:29:34 +01:00
parent ea4e651e76
commit 18d2420b7c
No known key found for this signature in database
GPG key ID: 49BE98017AFBC943

View file

@ -1030,7 +1030,7 @@ int iku_extra_slave(Enemy *e, int t) {
for(i = 0; i < cnt; ++i) {
PROJECTILE("ball", o->pos, rgb(0, 1, 1), asymptotic,
.args = { 1.5*cexp(I*(t + i*2*M_PI/cnt)), 5},
.args = { 1.5*cexp(I*(t + i*2*M_PI/cnt)), 8},
.flags = PFLAG_DRAWADD,
);
}