Explorar el Código

[fixed] Pain calc not run when pain applied

Kevin_Smarts hace 6 meses
padre
commit
9f6b831239
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      locations/pain.qsrc

+ 1 - 0
locations/pain.qsrc

@@ -206,6 +206,7 @@ else
 
     !arousal calculation
     !arousal += (pain[1] * pain[2]) * pain[3] * masochism['pref'] / 1000
+	gs 'pain', 'calc'
 end
 
 --- pain ---------------------------------