aliens

Author Topic: Soldier transformation doesn't clone prior transformations  (Read 725 times)

Offline sable

  • Squaddie
  • *
  • Posts: 6
    • View Profile
Soldier transformation doesn't clone prior transformations
« 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!

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8634
    • View Profile
Re: Soldier transformation doesn't clone prior transformations
« Reply #1 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, ...)

Offline sable

  • Squaddie
  • *
  • Posts: 6
    • View Profile
Re: Soldier transformation doesn't clone prior transformations
« Reply #2 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