diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw index ceb514baa265cf4f2cbdaeea869b26979227224e..2fcb131c9305d97d37011cfb98ee0bd9d1b7e366 100644 --- a/src/pregmod/theBlackMarket.tw +++ b/src/pregmod/theBlackMarket.tw @@ -223,7 +223,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<else>> You cannot afford the asking price of @@.red;<<print cashFormat(20000)>>@@ for a broodmoter's implant firmware data. <</if>> - "I might have something for you, if intersted. Some time ago one illegal hacker manage to crack firmware of broodmother implant and found how to manipulate it through radio chanal that normally used for monitoring. In first place his work is about to make revenge of one arcology owner who loved concubine have this implant, but this plan failed as it can't be make hidden - to send something in implant you need to be very close to it. In a fact, you need a special actuator inserted in the vagina up to the cervix. And you need to do it in remote surgery, in case of instant problem to stop and revert unwelcome statrt of birthing process. But anyway, hack is exist, and if applied as required it can interfere with original logic of implant, forcing it to release more then one ova every week. Originally hacker make it about dozen, but after we tweaked his initial code, now it will be just two or three ova. You will get all needed data and schematic for autosurgery upgrade, but you need to make and install it by your own." + "I might have something for you, if intersted. Some time ago one illegal hacker manage to crack firmware of broodmother implant and found how to manipulate it through radio chanal that normally used for monitoring. In first place his work is about to make revenge of one arcology owner who loved concubine have this implant, but this plan failed as it can't be make hidden - to send something in implant you need to be very close to it. In a fact, you need a special actuator inserted in the vagina up to the cervix. And you need to do it in remote surgery, in case of some problems, to stop and revert unwelcome start of birthing process. But anyway, hack is exist, and if applied as required it can interfere with original logic of implant, forcing it to release more then one ova every week. Originally hacker make it about dozen, but after we tweaked his initial code, now it will be just two or three ova. You will get all needed data and schematic for autosurgery upgrade, but you need to make and install it by your own." <<else>> The autosurgery lacks the needed actuators, so you can't install hack complex before it will been upgraded. <</if>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index aac50b0b8370929a071c9d35d5ff63f48dd2e2ce..ef723dc08adfc5680a80610dc27ae1a9b2611fd1 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -893,7 +893,11 @@ Work on her sex: <<else>> $He is pregnant right now, so $his broodmother implant can't be safely extracted. <<if $activeSlave.broodmother == 1 && $activeSlave.broodmotherFetuses == 1>> /*hack can be applied only one time, for type 1 broodmothers, and only if implant already present*/ - [[Apply hack on pregnancy generator|Surgery Degradation][$cash -= $surgeryCost,$activeSlave.pregControl = "none",$activeSlave.health -= 1,$surgeryType = "preg1hack"]] //This will do a trick in the generator ova release logic, forcing it to release more than one ova every week. This is untested override, and can cause severe health problems.// + <br> + [[Apply hack on pregnancy generator|Surgery Degradation][$cash -= $surgeryCost,$activeSlave.pregControl = "none",$activeSlave.health -= 1,$surgeryType = "preg1hack"]] //This will do a trick in the generator ova release logic, forcing it to release more than one ova every week. This is untested override, and can cause severe health problems.// + <<elseif $activeSlave.broodmother == 1 && $activeSlave.broodmotherFetuses > 1>> + <br> + Firmware of $his implant already hacked. <</if>> <</if>> <<else>> diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 2846414c361a095f201f68ee368bde62e47d42e4..684ad40e51895ac5a8433761872d6a99bf396d25 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -484,7 +484,7 @@ As the remote surgery's long recovery cycle completes, <</if>> <<case "preg1hack">> - The implant hack process is brief, with inserting actuator in the vagina leave $her @@.red;nothing more than minor health effects.@@ $He leaves the surgery without any specific feeling, but $he knows that something done to $his implant. + The implant hack process is brief, with inserting actuator in the vagina leave $him @@.red;nothing more than minor health effects.@@ $He leaves the surgery without any specific feeling, but $he knows that something done to $his implant. <<set $activeSlave.broodmotherFetuses = either(2,2,2,2,3,3,4)>> /*My testing show that 2 or 3 relatively safe for generic adult slave with effective curvatives or clinic, 4 - high risk of bursting. So there is a catch with it.*/ <<if $activeSlave.fetish == "mindbroken">> /*nothing*/