소스 검색

Fixed stench not inheriting the active properly in some cases

tags/v1.0.0
Fen Dweller 6 년 전
부모
커밋
3abcb3c4d2
No known key found for this signature in database GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      game.js

+ 1
- 1
game.js 파일 보기

@@ -3547,7 +3547,7 @@ function scat(vol, active=true) {
macro.arouse(50);

if (macro.stenchEnabled && macro.baseScatStenchArea > 0) {
scat_stench(area*macro.baseScatStenchArea);
scat_stench(area*macro.baseScatStenchArea, active);
}
}



불러오는 중...
취소
저장