OpenXcom Forum

Modding => OpenXcom Extended => OXCE Support => Topic started by: sable on April 06, 2023, 08:23:49 pm

Title: Soldier transformation doesn't clone prior transformations
Post by: sable on April 06, 2023, 08:23:49 pm
Hi! I've created one soldier transformation that is a prerequisite for another transformation that clones them, however, the clone then does not have that prerequisite transformation applied to them. The clone would have to have that prerequisite transformation applied to them in turn, which doesn't thematically make sense for the mod I'm working on.

Am I possibly missing a way that this can be done, so that the new cloned soldier retains all the transformations the soldier being cloned underwent? Thanks!
Title: Re: Soldier transformation doesn't clone prior transformations
Post by: Meridian on April 08, 2023, 10:01:06 am
Clones currently inherit only the following attributes:
- nationality (only if possible)
- gender
- look
- lookVariant
- soldier stats (tu, stamina, hp, ...)
Title: Re: Soldier transformation doesn't clone prior transformations
Post by: sable on April 08, 2023, 10:56:50 am
Clones currently inherit only the following attributes:
- nationality (only if possible)
- gender
- look
- lookVariant
- soldier stats (tu, stamina, hp, ...)

Alright, thanks