Buff MarisaA lasers

This commit is contained in:
Andrei Alexeyev 2017-12-10 10:52:40 +02:00
parent 682640a6bd
commit 7dbee96dc1
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -384,7 +384,7 @@ static void marisa_laser_bomb(Player *plr) {
static void marisa_laser_respawn_slaves(Player *plr, short npow) {
Enemy *e = plr->slaves, *tmp;
double dmg = 4;
double dmg = 8;
while(e != 0) {
tmp = e;