From c1be7b03c4cf1079a0bcd0268eb6f200f04aa252 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Tue, 28 Oct 2014 13:53:07 +0000 Subject: [PATCH] Comb your hair with style Now for gal's --- code/modules/customitems/baystation_fluff.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/customitems/baystation_fluff.dm b/code/modules/customitems/baystation_fluff.dm index 7b18520f..8d6dc1ba 100644 --- a/code/modules/customitems/baystation_fluff.dm +++ b/code/modules/customitems/baystation_fluff.dm @@ -248,8 +248,13 @@ attack_self(mob/user) if(user.r_hand == src || user.l_hand == src) + var/mobgender + if(user.gender == "male") + mobgender = "guy" + else + mobgender = "gal" for(var/mob/O in viewers(user, null)) - O.show_message(text("\red [] uses [] to comb their hair with incredible style and sophistication. What a guy.", user, src), 1) + O.show_message(text("\red [] uses [] to comb their hair with incredible style and sophistication. What a [mobgender].", user, src), 1) return /obj/item/weapon/fluff/hugo_cinderbacth_1 //thatoneguy: Hugo Cinderbatch