Skip to content

[(BG2) bug] Pseudodragon, fairy dragon icons

CamDawgCamDawg Member, Developer Posts: 3,438
edited November 2012 in Fixed
Psuedodragon and fairy dragon familiars currently use the imp icon when stored in a player's pack, but they actually have their own, unused icon:
// familiar icon restorations
COPY_EXISTING ~FAMPSD.ITM~ ~override~
~FAMPSD25.ITM~ ~override~
~FAMFAIR.ITM~ ~override~
~FAMFAI25.ITM~ ~override~
PATCH_IF (SOURCE_SIZE > 0x71) THEN BEGIN // protects against invalid files
WRITE_ASCII 0x3a ~FAMPSD~ #8
END
Post edited by Tanthalas on

Comments

Sign In or Register to comment.