Removes Gender (#18628)

* Removes Gender

* Adds herm back
This commit is contained in:
Guti
2025-10-14 18:34:35 -07:00
committed by GitHub
parent 4cc51c4ff1
commit 8a1a482c2b
54 changed files with 849 additions and 365 deletions
@@ -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)
+2 -3
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)