Skip to content
Snippets Groups Projects
Commit 45037526 authored by Ed86's avatar Ed86
Browse files

typo fix

parent 9ef58193
No related branches found
No related tags found
No related merge requests found
......@@ -528,7 +528,7 @@ namespace rjw
new TableDataGetter<Pawn>("IsColonist", (Pawn p) => p.IsColonist),
new TableDataGetter<Pawn>("IsPrisonerOfColony", (Pawn p) => p.IsPrisonerOfColony),
new TableDataGetter<Pawn>("IsSlaveOfColony", (Pawn p) => p.IsSlaveOfColony),
new TableDataGetter<Pawn>("woulod fuck score", (Pawn p) => SexAppraiser.would_fuck(pawn, p).ToStringPercent()),
new TableDataGetter<Pawn>("would fuck score", (Pawn p) => SexAppraiser.would_fuck(pawn, p).ToStringPercent()),
new TableDataGetter<Pawn>("be fucked score", (Pawn p) => SexAppraiser.would_fuck(p, pawn).ToStringPercent()),
new TableDataGetter<Pawn>("would rape", (Pawn p) => SexAppraiser.would_rape(pawn, p)),
new TableDataGetter<Pawn>("be raped", (Pawn p) => SexAppraiser.would_rape(p, pawn))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment