Fixes Ancilla and Spore Explosion consuming twice (#5882)
* Fixes Ancilla consuming two Blue Gemstones. * Fixes Spore Explosion consuming another Mushroom Spore when the second attack hits.
This commit is contained in:
parent
6ee25396c5
commit
cc5425c2bd
@ -19755,7 +19755,7 @@ Body:
|
|||||||
SpRateCost: -10
|
SpRateCost: -10
|
||||||
ItemCost:
|
ItemCost:
|
||||||
- Item: Blue_Gemstone
|
- Item: Blue_Gemstone
|
||||||
Amount: 1
|
Amount: 0
|
||||||
- Id: 2040
|
- Id: 2040
|
||||||
Name: AB_ADORAMUS
|
Name: AB_ADORAMUS
|
||||||
Description: Adoramus
|
Description: Adoramus
|
||||||
|
@ -5248,7 +5248,7 @@ int skill_castend_damage_id (struct block_list* src, struct block_list *bl, uint
|
|||||||
|
|
||||||
if (skill_id == RA_ARROWSTORM)
|
if (skill_id == RA_ARROWSTORM)
|
||||||
status_change_end(src, SC_CAMOUFLAGE, INVALID_TIMER);
|
status_change_end(src, SC_CAMOUFLAGE, INVALID_TIMER);
|
||||||
if( skill_id == AS_SPLASHER ) {
|
if( skill_id == AS_SPLASHER || skill_id == GN_SPORE_EXPLOSION ) {
|
||||||
map_freeblock_unlock(); // Don't consume a second gemstone.
|
map_freeblock_unlock(); // Don't consume a second gemstone.
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user