fixes typo for insertion during organ manipulation (#72136)

## About The Pull Request
**BEFORE:** 
display_pain(target, "You can feel your something being placed in your
[parse_zone(target_zone)]!")
**AFTER:**
display_pain(target, "You can feel something being placed in your
[parse_zone(target_zone)]!")
Removes lazy coding, improves visual fidelity

## Why It's Good For The Game
ugly


🆑
spellcheck: drastically improves grammar for inserting something during
organ manipulation
/🆑
This commit is contained in:
kate
2022-12-21 20:44:42 -05:00
committed by GitHub
parent e38f51d310
commit 0e9f4fec4d
+1 -1
View File
@@ -143,7 +143,7 @@
span_notice("[user] begins to insert [tool] into [target]'s [parse_zone(target_zone)]."),
span_notice("[user] begins to insert something into [target]'s [parse_zone(target_zone)]."),
)
display_pain(target, "You can feel your something being placed in your [parse_zone(target_zone)]!")
display_pain(target, "You can feel something being placed in your [parse_zone(target_zone)]!")
else if(implement_type in implements_extract)