From 5c1b88b737052a2a9f3bdea78ef32b34f0965e4d Mon Sep 17 00:00:00 2001 From: pregmodfan <pregmodfan@cock.li> Date: Wed, 10 Oct 2018 13:30:57 +0300 Subject: [PATCH] backward compatibility --- src/uncategorized/BackwardsCompatibility.tw | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index b175fd682c0..a27bf00da15 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -2964,6 +2964,14 @@ Setting missing slave variables: <<set _Slave.pregSource = 0>> <</if>> +<<if ndef _Slave.superfetation>> + <<set _Slave.superfetation = 0>> +<</if>> + +<<if ndef _Slave.ovaImplant>> + <<set _Slave.ovaImplant = 0>> +<</if>> + <<if ndef _Slave.training>> <<set _Slave.training = 0>> <</if>> -- GitLab