mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
[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:
co-authored by
Guti
Cameron Lennox
parent
be44d01093
commit
0f19a089c4
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user