diff --git a/src/events/RE/reAWOL.js b/src/events/RE/reAWOL.js index a962091df7ba7a34e6eb5db225201f560b66f111..bec0e3d75ab4829d402d2bfb49c837c7f11beabc 100644 --- a/src/events/RE/reAWOL.js +++ b/src/events/RE/reAWOL.js @@ -32,7 +32,8 @@ App.Events.REAWOL = class REAWOL extends App.Events.BaseEvent { slave.skill.combat = 1; slave.behavioralFlaw = "arrogant"; slave.sexualFlaw = "crude"; - slave.hStyle = "shaved into a mohawk"; + slave.hStyle = "strip"; + slave.hLength = 5; slave.custom.tattoo = "$He has a number of tattoos from a variety of mercenary companies."; slave.clothes = "a military uniform"; diff --git a/src/events/RE/reMalefactor.js b/src/events/RE/reMalefactor.js index fd2f9c636917ffaa3e9ae9b446233c27c1a2580e..b26f7ec9ae3501fc24764767ef7f3f6c65fa4476 100644 --- a/src/events/RE/reMalefactor.js +++ b/src/events/RE/reMalefactor.js @@ -859,7 +859,8 @@ App.Events.REMalefactor = class REMalefactor extends App.Events.BaseEvent { setHealth(slave, jsRandom(60, 80), undefined, undefined, 0, 10); slave.behavioralFlaw = "arrogant"; slave.sexualFlaw = "hates penetration"; - slave.hStyle = "shaved into a mohawk"; + slave.hStyle = "strip"; + slave.hLength = 5; slave.custom.tattoo = "$He seems to have had slave tattoos at one time, but has had them cheaply removed."; break; case "passfail": diff --git a/src/events/RE/rePokerNight.js b/src/events/RE/rePokerNight.js index d229f9428f02b766e89a1de3bcf872e25a5022a1..0cd724f22311b5b9c44662fb80318d47c9355e45 100644 --- a/src/events/RE/rePokerNight.js +++ b/src/events/RE/rePokerNight.js @@ -94,7 +94,8 @@ App.Events.REPokerNight = class REPokerNight extends App.Events.BaseEvent { slave.accent = random(0, 1); slave.behavioralFlaw = "arrogant"; slave.hLength = 1; - slave.hStyle = "shaved into a mohawk"; + slave.hStyle = "strip"; + slave.hLength = 5; slave.custom.tattoo = "$He has a number of tattoos from a variety of mercenary companies."; slave.clothes = "a military uniform"; App.Events.drawEventArt(frag, slave); diff --git a/src/npc/descriptions/style/hairClothing.js b/src/npc/descriptions/style/hairClothing.js index b99b8a5b518f9c583e6138b88b65871fa2e90aca..1e49e206b15c4780ab2eef6446c2cd2977c45438 100644 --- a/src/npc/descriptions/style/hairClothing.js +++ b/src/npc/descriptions/style/hairClothing.js @@ -3880,7 +3880,7 @@ App.Desc.hairClothing = function(slave) { r.push(`is permed, and back in a big, long ponytail tied with a scrunchy in noxious 80's pastel colors.`); break; case "a slutty qipao": - r.push(`is back in short ponytail secured by jade rings etched with images of`); + r.push(`is back in a short ponytail secured by jade rings etched with images of`); r.push(App.Desc.image(slave)); break; case "spats and a tank top": @@ -3890,14 +3890,14 @@ App.Desc.hairClothing = function(slave) { r.push(`is tied into a small ponytail, that leaves ${his} short hair to wave in the wind.`); break; case "a kimono": - r.push(`is in short ponytail secured by ivory combs carved with images of`); + r.push(`is in a short ponytail secured by ivory combs carved with images of`); r.push(App.Desc.image(slave)); break; case "uncomfortable straps": - r.push(`is back in short ponytail secured by leather ties.`); + r.push(`is back in a short ponytail secured by leather ties.`); break; case "shibari ropes": - r.push(`is back in short ponytail secured with rope.`); + r.push(`is back in a short ponytail secured with rope.`); break; case "restrictive latex": r.push(`sticks out of a hole in the back of ${his} latex hood.`);