Few changes (that don't actually do anything yet, but more notes for later!) on erping from suggestions.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3387 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-04-01 15:43:10 +00:00
parent dd4a4a5b7f
commit 554b4bafb7
+5
View File
@@ -23,6 +23,7 @@
var/hasBarbs = 0
var/ballSize = 1
var/isStrapon = 0
var/isRibbed = 0
/datum/penis/proc/erect()
erect = 1
@@ -165,6 +166,7 @@
var/multicocked = 0
var/multibreasts = 0 // For Jarsh.
var/hastail = 0
var/hashardtail = 0 // If true, can be used for fucking
var/hasfur = 0
var/sexualact = null
@@ -715,6 +717,9 @@ var/list/ERPVerbs = typesof(/client/ERP/command/proc/)
for(var/obj/item/toy/sextoy/S in usr.contents)
ways += S
if(usr.sexuality.hashardtail)
ways += "Tail"
var/answer = input(usr, "How do you wish to fuck them?") as null | anything in ways
switch(answer)
if("Penis")