MantisBT - VCMI
View Issue Details
0002254VCMIMechanics - Town structurespublic2015-09-02 11:512016-11-11 08:26
anoleyn 
AVS 
normalminoralways
closedfixed 
0.98c 
0.98d 
0002254: Skeleton Transformer doesn't work properly on Hydras
In oH3 Skeleton Transformer used on Hydras (or Chaos Hydras) transforms them into Bone Dragons just like living dragons. In VCMI, on the other hand, they are transformed into Skeletons.
No tags attached.
Issue History
2015-09-02 11:51anoleynNew Issue
2015-09-02 11:56WarmongerAssigned To => Warmonger
2015-09-02 11:56WarmongerStatusnew => assigned
2015-09-02 11:56WarmongerNote Added: 0005836
2015-09-03 15:16AVSNote Added: 0005837
2015-09-04 14:44AVSAssigned ToWarmonger => AVS
2015-09-04 15:13AVSNote Added: 0005838
2015-09-04 15:13AVSStatusassigned => resolved
2015-09-04 15:13AVSFixed in Version => 0.98d
2015-09-04 15:13AVSResolutionopen => fixed
2016-11-11 08:26SXXStatusresolved => closed

Notes
(0005836)
Warmonger   
2015-09-02 11:56   
Strange, I thought this was implemented correctly.
(0005837)
AVS   
2015-09-03 15:16   
if (s.hasBonusOfType(Bonus::DRAGON_NATURE))
        resCreature = 68;
    else
        resCreature = 56;
(0005838)
AVS   
2015-09-04 15:13   
fixed in https://github.com/vcmi/vcmi/commit/e82dfb5a85b527e17a1e4f9cad8058ea567e551f [^]