| @@ -368,6 +368,8 @@ function plead(predator) { | |||||
| } | } | ||||
| if (escape) { | if (escape) { | ||||
| player.clear(); | |||||
| predator.clear(); | |||||
| return { | return { | ||||
| "escape": "escape", | "escape": "escape", | ||||
| "lines": ["You plead for " + predator.description("the") + " to let you free, and they begrudingly agree, horking you up and leaving you shivering on the ground"] | "lines": ["You plead for " + predator.description("the") + " to let you free, and they begrudingly agree, horking you up and leaving you shivering on the ground"] | ||||
| @@ -393,6 +395,8 @@ function struggle(predator) { | |||||
| } | } | ||||
| if (escape) { | if (escape) { | ||||
| player.clear(); | |||||
| predator.clear(); | |||||
| return { | return { | ||||
| "escape": "escape", | "escape": "escape", | ||||
| "lines": ["You struggle and squirm, forcing " + predator.description("the") + " to hork you up. They groan and stumble away, exhausted by your efforts."] | "lines": ["You struggle and squirm, forcing " + predator.description("the") + " to hork you up. They groan and stumble away, exhausted by your efforts."] | ||||
| @@ -418,6 +422,8 @@ function struggleStay(predator) { | |||||
| } | } | ||||
| if (escape) { | if (escape) { | ||||
| player.clear(); | |||||
| predator.clear(); | |||||
| return { | return { | ||||
| "escape": "stay", | "escape": "stay", | ||||
| "lines": ["You struggle and squirm, forcing " + predator.description("the") + " to hork you up. They're not done with you yet..."] | "lines": ["You struggle and squirm, forcing " + predator.description("the") + " to hork you up. They're not done with you yet..."] | ||||