瀏覽代碼

Fixed fleeing not actually fleeing

tags/v0.2.8
Fen Dweller 7 年之前
父節點
當前提交
33876ee60c
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      customs.js

+ 2
- 0
customs.js 查看文件

@@ -1922,6 +1922,8 @@ function poojawaPlayerBeckonFlee(player) {
return ["You turn and flee. It's a valiant effort - you manage to grab the door handle - but not enough. Poojawa grips you from behind and drags you away, whispering a <i>tsk-tsk</i> of disapproval into your ear as you're pulled out of sight."]; return ["You turn and flee. It's a valiant effort - you manage to grab the door handle - but not enough. Poojawa grips you from behind and drags you away, whispering a <i>tsk-tsk</i> of disapproval into your ear as you're pulled out of sight."];
} else { } else {
if (Math.random() < 0.25 + (poojawa.flags.distance - 5) * 0.2) { if (Math.random() < 0.25 + (poojawa.flags.distance - 5) * 0.2) {
changeMode("explore");
moveToByName("Alley","");
return ["You turn tail and run, throwing open the door and barely escaping from the sabersune's clutches. She could easily chase you down, but she just leans outside, heavy tails propping the door open - and gives you a wink."]; return ["You turn tail and run, throwing open the door and barely escaping from the sabersune's clutches. She could easily chase you down, but she just leans outside, heavy tails propping the door open - and gives you a wink."];
} else { } else {
return ["You turn and flee. It's a valiant effort - you manage to grab the door handle - but not enough. Poojawa grips you from behind and drags you away, whispering a <i>tsk-tsk</i> of disapproval into your ear as you're pulled out of sight."]; return ["You turn and flee. It's a valiant effort - you manage to grab the door handle - but not enough. Poojawa grips you from behind and drags you away, whispering a <i>tsk-tsk</i> of disapproval into your ear as you're pulled out of sight."];


Loading…
取消
儲存