iight so i had this gender code which im trying to find because all my game files are gone but its simply to fix a character creation screw up causing neuter gender after every choice (not the problem)
(problem)
when i find it i intend to have players use it once then it disappear and replaced with another verb would
usr.verbs+=typesof(/mob/Gender/verb)
//to give the gender opption
//and
usr.verbs-=typesof(/mob/Gender/verb)
would that be my only option?