From 5fa43877146e735bffabc42a3c250fc8115b6969 Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Sun, 27 Sep 2020 14:34:49 -0700 Subject: [PATCH] imperial plate powered helmet fix --- src/npc/descriptions/style/hairClothing.js | 60 +++++++++++----------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/npc/descriptions/style/hairClothing.js b/src/npc/descriptions/style/hairClothing.js index 0e55251b9eb..d0a5d6eb87d 100644 --- a/src/npc/descriptions/style/hairClothing.js +++ b/src/npc/descriptions/style/hairClothing.js @@ -135,12 +135,12 @@ App.Desc.hairClothing = function(slave) { case "a slutty schutzstaffel uniform": case "a red army uniform": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a mounty outfit": r.push(`is kept out of ${his} face by a couple of sturdy hairpins.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a schoolgirl outfit": case "lederhosen": case "a dirndl": @@ -294,12 +294,12 @@ App.Desc.hairClothing = function(slave) { case "a slutty schutzstaffel uniform": case "a red army uniform": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a mounty outfit": r.push(`is kept out of ${his} face by a couple of sturdy hairpins.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a schoolgirl outfit": case "lederhosen": case "a dirndl": @@ -454,12 +454,12 @@ App.Desc.hairClothing = function(slave) { case "a slutty schutzstaffel uniform": case "a red army uniform": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a mounty outfit": r.push(`is kept out of ${his} face by a sturdy hairpin.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a schoolgirl outfit": case "lederhosen": case "a dirndl": @@ -603,12 +603,12 @@ App.Desc.hairClothing = function(slave) { case "a slutty schutzstaffel uniform": case "a red army uniform": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a mounty outfit": r.push(`is in a utilitarian cut.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a slutty nurse outfit": case "a nice nurse outfit": r.push(`is hidden by a traditional white nurse's headband, complete with red cross.`); @@ -766,12 +766,12 @@ App.Desc.hairClothing = function(slave) { case "a slutty schutzstaffel uniform": case "a red army uniform": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a mounty outfit": r.push(`is pulled hard back into a big bun held in place with paracord.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a schoolgirl outfit": case "lederhosen": case "a dirndl": @@ -921,12 +921,12 @@ App.Desc.hairClothing = function(slave) { case "a slutty schutzstaffel uniform": case "a red army uniform": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a mounty outfit": r.push(`is pulled hard back into a bun held in place with paracord.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a schoolgirl outfit": case "lederhosen": case "a dirndl": @@ -1076,12 +1076,12 @@ App.Desc.hairClothing = function(slave) { case "a slutty schutzstaffel uniform": case "a red army uniform": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a mounty outfit": r.push(`is pulled hard back into a bun held in place with paracord.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a schoolgirl outfit": case "lederhosen": case "a dirndl": @@ -4397,12 +4397,12 @@ App.Desc.hairClothing = function(slave) { case "a slutty schutzstaffel uniform": case "a red army uniform": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a mounty outfit": r.push(`is in luxurious layered locks kept out of ${his} face by a couple of sturdy hairpins.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a schoolgirl outfit": case "lederhosen": case "a dirndl": @@ -4554,12 +4554,12 @@ App.Desc.hairClothing = function(slave) { case "a slutty schutzstaffel uniform": case "a red army uniform": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a mounty outfit": r.push(`is in luxurious layered locks kept out of ${his} face by a couple of sturdy hairpins.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a schoolgirl outfit": case "lederhosen": case "a dirndl": @@ -4762,9 +4762,6 @@ App.Desc.hairClothing = function(slave) { case "slutty business attire": case "battledress": case "battlearmor": - case "Imperial Plate": - r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); - break; case "a long qipao": case "lederhosen": case "a dirndl": @@ -4776,6 +4773,9 @@ App.Desc.hairClothing = function(slave) { case "a courtesan dress": r.push(`is in luxuriously styled short locks.`); break; + case "Imperial Plate": + r.push(`is usually hidden underneath ${his} heavy, powered helmet.`); + break; case "a bimbo outfit": r.push(`is in luxurious short layered locks and is kept out of ${his} face by a couple of heart-shaped barrettes.`); break; -- GitLab