Bläddra i källkod

[fixed] more cum_cleanup fixes

hornguy6 3 år sedan
förälder
incheckning
e7758ca60d
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      locations/salon.qsrc

+ 3 - 3
locations/salon.qsrc

@@ -1582,7 +1582,7 @@ if $ARGS[0] = 'hardcore_massage':
 			act'Get dressed and leave':gt'salon','massage_end'
 			act'Wipe your face off first':
 				cumspclnt = 12
-				gs 'cum_cleanup','cleanloc'
+				gs 'cum_cleanup'
 				gt 'salon','massage_end'
 			end
 		end
@@ -1644,7 +1644,7 @@ if $ARGS[0] = 'double_hardcore_massage':
 			act'Get dressed and leave':gt'salon','massage_end'
 			act'Wipe your face off first':
 				cumspclnt = 12
-				gs 'cum_cleanup','cleanloc'
+				gs 'cum_cleanup'
 				gt 'salon','massage_end'
 			end
 		end
@@ -1708,7 +1708,7 @@ if $ARGS[0] = 'gentle_massage':
 			act'Get dressed and leave':gt'salon','massage_end'
 			act'Wipe your face off first':
 				cumspclnt = 12
-				gs 'cum_cleanup','cleanloc'
+				gs 'cum_cleanup'
 				gt 'salon','massage_end'
 			end
 		end