Forwarded from Anarcho-Alterhumanist Voidpunk Memes And Miscellaneous
The Admins have lost their primary source of income for both themselves and their partner as of today, with doordash deactivating our account with no explanation. While we are going to try to appeal it and look for other means of support, if anyone wants to help us out in the interim, we have a cashapp. We're sorry to even be posting this to the channel, but having such a sudden disruption at the end of the month doesn't leave us much time to figure out alternatives. Anything helps, we're sorry again.
$StarlightSystem
Please help if you feel so inclined and, critically, only if you are able to do so without affecting your own survival.
$StarlightSystem
Please help if you feel so inclined and, critically, only if you are able to do so without affecting your own survival.
const enterSleepsack = async (sleepsack, hood) => {
const dom = people.find(p => p.dom);
bed.attach(sleepsack);
self.useBathroom();
self.chastity.lubricate();
self.insertEarplugs();
self.install(hood);
self.sit(sleepsack);
await dom.install(sleepsack, LACING);
sleepsack.calibrateLacing(dom);
await dom.install(sleepsack, BELTS);
sleepsack.calibrateBelts(dom);
};