diff --git a/src/art/artJS.js b/src/art/artJS.js index c10c8016588836842b43f33a4ff15812afc682ee..5f2d5ba288743266312190899ddb69fe4acf21e3 100644 --- a/src/art/artJS.js +++ b/src/art/artJS.js @@ -2854,7 +2854,7 @@ window.VectorArt = (function (artSlave) { function ArtVectorHairBack() { if (hairLength !== undefined) { /* Don't draw hair if it isn't there */ - if (slave.fuckdoll !== 0 || slave.bald !== 0) { + if (slave.fuckdoll !== 0 || (slave.bald !== 0 && slave.hStyle == "bald")) { r += jsInclude("Art_Vector_Hair_Back_NoHair"); } else { switch (slave.clothes) { @@ -2928,7 +2928,7 @@ window.VectorArt = (function (artSlave) { function ArtVectorHairFore() { if (hairLength !== undefined) { /* Don't draw hair if it isn't there */ - if (slave.fuckdoll !== 0 || slave.bald !== 0) { + if (slave.fuckdoll !== 0 || (slave.bald !== 0 && slave.hStyle == "bald")) { r += jsInclude("Art_Vector_Hair_Fore_NoHair"); } else { switch (slave.clothes) { diff --git a/src/pregmod/widgets/deathWidgets.tw b/src/pregmod/widgets/deathWidgets.tw index d2635f836799e1ca0ed20b6bab982d29e969f135..78ac635b8754f55eeee5ed34f53ee4c8ce41424d 100644 --- a/src/pregmod/widgets/deathWidgets.tw +++ b/src/pregmod/widgets/deathWidgets.tw @@ -3,7 +3,13 @@ <<widget "pop">> <br> - +/* 000-250-006 */ +<<if $seeImages && $seeReportImages>> +<div class="imageRef tinyImg"> + <<SlaveArt $args[0] 0 0>> +</div> +<</if>> +/* 000-250-006 */ As $args[0].slaveName is going about $his business with $his overfilled $args[0].inflationType belly, $he can't help but feel exhausted. $His health has been poor lately and the pressure in $his organs is not helping things. $He immediately knows something is wrong when an intense pain runs through $his middle and $his load shifts threateningly. Blood and $args[0].inflationType leak from $his rear as $his body cavity fills with the contents of $his digestive tract. The skin of $his taut belly reddens as the pressure against it builds. As $he takes $his last breath, $he falls forward, $his weight landing upon $his straining stomach. With a gush, $he ruptures, flooding the area around $him with blood, guts and $args[0].inflationType. Word of the late slave and $his gruesome fate spread fast, @@.gold;terrifying@@ your untrusting slaves. <<for _dw = 0; _dw < $slaves.length; _dw++>> <<if ($slaves[_dw].trust <= 50)>> @@ -18,6 +24,13 @@ As $args[0].slaveName is going about $his business with $his overfilled $args[0] <</widget>> <<widget "DeathOldAge">> + /* 000-250-006 */ + <<if $seeImages && $seeReportImages>> + <div class="imageRef tinyImg"> + <<SlaveArt $args[0] 0 0>> + </div> + <</if>> + /* 000-250-006 */ <<setLocalPronouns $args[0]>> <<if $args[0].assignment == "be confined in the arcade">> You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died <<if $args[0].physicalAge >= 70>>naturally of old age despite<<else>>suddenly, unrelated to<</if>> $his living conditions. $He was a good unit; logs show $he was taking dick up until the very end. @@ -62,6 +75,13 @@ As $args[0].slaveName is going about $his business with $his overfilled $args[0] <<widget "DeathOverdose">> <<setLocalPronouns $args[0]>> + /* 000-250-006 */ + <<if $seeImages && $seeReportImages>> + <div class="imageRef tinyImg"> + <<SlaveArt $args[0] 0 0>> + </div> + <</if>> + /* 000-250-006 */ <<if $args[0].assignment == "be confined in the arcade">> You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died of an aphrodisiac overdose from the constant aphrodisiac injections. $He was a good unit; logs show $he was taking dick up until the very end. <<elseif $args[0].assignment == "work in the dairy" && $dairyRestraintsSetting > 1>> @@ -90,6 +110,13 @@ As $args[0].slaveName is going about $his business with $his overfilled $args[0] <</widget>> <<widget "DeathUnhealthy">> + /* 000-250-006 */ + <<if $seeImages && $seeReportImages>> + <div class="imageRef tinyImg"> + <<SlaveArt $args[0] 0 0>> + </div> + <</if>> + /* 000-250-006 */ <<setLocalPronouns $args[0]>> <<if $args[0].assignment == "be confined in the arcade">> You are notified by $arcadeName staff that one of the cabinets has broken down and will need to be replaced. It would seem ''@@.pink;$args[0].slaveName@@'', the fucktoy encased in it, died to poor health caused by $his living conditions. $He was a good unit; logs show $he was taking dick up until the very end. diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index 2914b5f8dfcf498f8c0f2105df73baa51c8e1df8..24987af19fe932b0b73a4897bfe04beffce01fc9 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -1241,9 +1241,9 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << As you summon your Head Girl to escort the slave to $his first assignment $he glares at you with disgust. $His resentment at the new burden you’ve saddled $him with is evident, and the regular milkings $he’ll require will serve to remind $him of the @@.gold;disturbing fact that $he is little more than livestock to you.@@ <<set $activeSlave.devotion -= 4>> <</if>> - <<set $activeSlave.lactation = 2>> <</if>> <</replace>> + <<set $activeSlave.lactation = 2>> <</link>> <</if>> diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw index d8cc50cb351aa32c9503a30d0f569d938051e32b..694ea5bf9169ed78ae2bb35044a1ed27d643299c 100644 --- a/src/uncategorized/reNickname.tw +++ b/src/uncategorized/reNickname.tw @@ -1225,6 +1225,18 @@ <</switch>> +<span id="artFrame"> +/* 000-250-006 */ +<<if $seeImages == 1>> + <<if $imageChoice == 1>> + <div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <<else>> + <div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div> + <</if>> +<</if>> +/* 000-250-006 */ +</span> + <<EventNameLink $activeSlave>> $situationDesc You begin to overhear your other slaves refer to $him as @@.pink;$nickname $activeSlave.slaveName.@@ <br><br>