[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 04:24:05 -07:00
committed by GitHub
parent be44d01093
commit 0f19a089c4
54 changed files with 849 additions and 365 deletions

View File

@@ -19,8 +19,7 @@
to_chat(user, span_danger("The spike already has something on it, finish collecting its meat first!"))
else
if(spike(G.affecting))
var/datum/gender/T = GLOB.gender_datums[G.affecting.get_visible_gender()]
visible_message(span_danger("[user] has forced [G.affecting] onto the spike, killing [T.him] instantly!"))
visible_message(span_danger("[user] has forced [G.affecting] onto the spike, killing [G.p_them()] instantly!"))
var/mob/M = G.affecting
M.forceMove(src)
qdel(G)

View File

@@ -668,10 +668,9 @@
R.cell.charge -= 20
else
B.deductcharge(B.hitcost)
var/datum/gender/TU = GLOB.gender_datums[user.get_visible_gender()]
user.visible_message( \
span_danger("[user] was stunned by [TU.his] wet [O]!"), \
span_userdanger("[user] was stunned by [TU.his] wet [O]!"))
span_danger("[user] was stunned by [user.p_their()] wet [O]!"), \
span_userdanger("[user] was stunned by [user.p_their()] wet [O]!"))
return 1
else if(istype(O, /obj/item/mop))
O.reagents.add_reagent(REAGENT_ID_WATER, 5)