naelstrof / KoboldKare

A public repo for the game KoboldKare
Other
86 stars 97 forks source link

Allows penetrables to opt in or out of self-penetration #345

Closed JonBax closed 1 month ago

JonBax commented 1 month ago

Adds a boolean value to the kobold script that allows modders to choose whether or not a character will be able to penetrate themselves through specific holes when they ragdoll

-DISCLAIMER- To allow legacy systems to still function as they did before this update, any penetrable with "Mouth" in its name will overlook these changes and be dynamically made penetrable when a character ragdolls regardless of this option's value.

naelstrof commented 1 month ago

Thank you!