Browse Source

Label each block with the exact name of the action its contents describe

"eat" rather than "eating", etc.
master
Fen Dweller 5 years ago
parent
commit
2b12e210b8
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      recursive-desc.js

+ 8
- 8
recursive-desc.js View File

@@ -2149,7 +2149,7 @@ function defaultVictimWingsVore(macro) {
} }
} }


// EATING
// eat


{ {
rules["eat"].push({ rules["eat"].push({
@@ -2258,7 +2258,7 @@ rules["eat"].push({
}); });
} }


// CHEWING
// chew


{ {
rules["chew"].push({ rules["chew"].push({
@@ -2309,7 +2309,7 @@ rules["chew"].push({
}); });
} }


// STOMPING
// stomp


{ {
rules["stomp"].push({ rules["stomp"].push({
@@ -2765,7 +2765,7 @@ rules["stomp"].push({
}); });
} }


// ANAL VORE
// anal-vore


{ {
rules["anal-vore"].push({ rules["anal-vore"].push({
@@ -2831,7 +2831,7 @@ rules["anal-vore"].push({
}); });
} }


//Cock Vore
// cock-vore


{ {
rules["cock-vore"].push({ rules["cock-vore"].push({
@@ -2961,7 +2961,7 @@ rules["cock-vore"].push({
}); });
} }


//Ball Smother
// ball-smother


{ {
//Balls weigh 1,000kg or less //Balls weigh 1,000kg or less
@@ -3404,7 +3404,7 @@ rules["ball-smother"].push({
}); });
} }


//male orgasm
// male-orgasm


{ {
rules["male-orgasm"].push({ rules["male-orgasm"].push({
@@ -3974,7 +3974,7 @@ Their form falls lifeless on the ground once your cumshot has ended.";
}); });
} }


//precum-male
// male-spurt


{ {
//contains a person //contains a person


Loading…
Cancel
Save