mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #5839 by making the comb slightly more gender aware.
This commit is contained in:
@@ -277,7 +277,7 @@
|
|||||||
attack_self(mob/user)
|
attack_self(mob/user)
|
||||||
if(user.r_hand == src || user.l_hand == src)
|
if(user.r_hand == src || user.l_hand == src)
|
||||||
for(var/mob/O in viewers(user, null))
|
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 [].", user, src, user.gender == FEMALE ? "lady" : "guy"), 1)
|
||||||
return
|
return
|
||||||
|
|
||||||
/obj/item/weapon/fluff/hugo_cinderbacth_1 //thatoneguy: Hugo Cinderbatch
|
/obj/item/weapon/fluff/hugo_cinderbacth_1 //thatoneguy: Hugo Cinderbatch
|
||||||
|
|||||||
Reference in New Issue
Block a user