Adds vampiric blow icon
This commit is contained in:
parent
6c135c6b9c
commit
05cbce0abc
Binary file not shown.
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.3 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue