mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user