12345678910111213141516171819202122232425262728293031323334 |
- # cumreaction
- if cumface > 0 or cumfrot > 0:
- grupNPC[numnpc] -= 10
- if GorSlut = 0:GorSlut = 1
- '<<$npcName[numnpc]>> looks at you "And this, what? Yes, it''s sperm! Fu. Would you even substitution."'
- if $loc = 'gschool':
- dynamic $din_sekondparturok
- else
- act 'Move away':gt $loc, $metka
- end
- exit
- end
- if cumlip > 1:
- grupNPC[numnpc] -= 10
- if GorSlut < 2:GorSlut = 2
- '<<$npcName[numnpc]>> looks at you, "What have you got out of his mouth smells? Yuck It''s sperm carries. Would you even cleaned up the drive after aspiration."'
- if $loc = 'gschool':
- dynamic $din_sekondparturok
- else
- act 'Move away':gt $loc, $metka
- end
- exit
- end
- --- cumreaction ---------------------------------
|