[MIRROR] Removes Gender (#11822)

Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-17 07:24:05 -04:00
committed by GitHub
co-authored by Guti Cameron Lennox
parent be44d01093
commit 0f19a089c4
54 changed files with 849 additions and 365 deletions
+3 -3
View File
@@ -58,7 +58,7 @@
if(!user.hand)
which_hand = BP_R_HAND
triggered(user, which_hand)
user.visible_message(span_warning("[user] accidentally sets off [src], breaking their fingers."), \
user.visible_message(span_warning("[user] accidentally sets off [src], breaking [p_their()] fingers."), \
span_warning("You accidentally trigger [src]!"))
return
@@ -74,7 +74,7 @@
if(!user.hand)
which_hand = BP_R_HAND
triggered(user, which_hand)
user.visible_message(span_warning("[user] accidentally sets off [src], breaking their fingers."), \
user.visible_message(span_warning("[user] accidentally sets off [src], breaking [p_their()] fingers."), \
span_warning("You accidentally trigger [src]!"))
return
..()
@@ -95,7 +95,7 @@
/obj/item/assembly/mousetrap/on_found(var/mob/living/finder)
if(armed)
finder.visible_message(span_warning("[finder] accidentally sets off [src], breaking their fingers."), \
finder.visible_message(span_warning("[finder] accidentally sets off [src], breaking [p_their()] fingers."), \
span_warning("You accidentally trigger [src]!"))
triggered(finder, finder.hand ? BP_L_HAND : BP_R_HAND)
return 1 //end the search!