mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-30 16:16:17 +01:00
Merge branch 'master' into development
Conflicts: code/game/machinery/cryopod.dm code/game/objects/structures/stool_bed_chair_nest/bed.dm code/modules/supermatter/supermatter.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user