Adds vampiric blow icon

This commit is contained in:
Linus Probert 2019-05-14 22:47:35 +02:00
parent 6c135c6b9c
commit 05cbce0abc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -378,7 +378,7 @@ create_vampiric_blow(void)
Sprite *s = sprite_create();
sprite_set_texture(s, t, 0);
s->dim = GAME_DIMENSION;
s->clip = CLIP32(0, 0);
s->clip = CLIP32(0, 64);
s->fixed = true;
Skill *skill = create_default("Vampiric blow", s);
skill->levelcap = 2;