Skip to content

Commit

Permalink
Fix typo in description of an organ (#1078)
Browse files Browse the repository at this point in the history
Update genitals.dm
  • Loading branch information
Thlumyn authored and StealsThePRs committed Feb 21, 2024
1 parent 0e26bb7 commit 42d3df0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
if(AROUSAL_NONE)
returned_string += " It seems flaccid."
if(AROUSAL_PARTIAL)
returned_string += " It's partically erect."
returned_string += " It's partially erect."
if(AROUSAL_FULL)
returned_string += " It's fully erect."
return returned_string
Expand Down

0 comments on commit 42d3df0

Please sign in to comment.