소스 검색
Fixed stench not inheriting the active properly in some cases
tags/v1.0.0
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
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); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|