ソースを参照

[fixed/changed] The cum eater function now checks for private location before removing cum, and the stat display is fixed so it the cum eater icon will tell you if you can eat the cum on your body in the curent location.

bgkjdgbizgblzdgbr 6 ヶ月 前
コミット
357fd6e0f5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      locations/Cum_Manage.qsrc

+ 1 - 1
locations/Cum_Manage.qsrc

@@ -506,7 +506,7 @@ if $ARGS[0] = 'cumeater_icon':
 	*nl
 	j = 0
 	:cumeater_icon_jump
-		if cumloc[j] > 0 and j <> 12 and ((j <> 0 and j <> 3) or FUNC('Cum_Manage', 'check_innards', j) = 1 or cheatVars['enema'] = 1): gs 'cum_manage', 'cumeater', j
+		if cumloc[j] > 0 and j <> 12 and ((j <> 0 and j <> 3) or FUNC('Cum_Manage', 'check_innards', j) = 1 or cheatVars['enema'] = 1) and FUNC('Cum_Manage', 'check_private', j) = 1: gs 'cum_manage', 'cumeater', j
 	if j < 17: j += 1 & jump 'cumeater_icon_jump'
 end