Przeglądaj źródła

Merge branch 'patch-2' into 'master'

fix problems for $boy handling with multiple named partners

Closes #2

See merge request !6

Kevin Smarts 9 lat temu
rodzic
commit
84ce35a88e
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      locations/cum_call

+ 2 - 1
locations/cum_call

@@ -47,7 +47,7 @@ if ARGS[2] ! 0:
 	sexvolume = ARGS[2]
 end
 
-if $ARGS[1] ! '': sexpartkno = 1 & $boy = $ARGS[1]
+if $ARGS[1] ! '': sexpartkno = 1 & $cumboy = $boy & $boy = $ARGS[1]
 
 if $ARGS[0] = 'labia':
 	spafinloc = 1
@@ -89,6 +89,7 @@ else
 end
 
 gs 'Cum_Manage'
+$boy = $cumboy
 
 --- cum_call ---------------------------------