Buff MarisaA lasers
This commit is contained in:
parent
682640a6bd
commit
7dbee96dc1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue