From 554b4bafb79dda8ad610816a985e101376d5c97a Mon Sep 17 00:00:00 2001 From: "VivianFoxfoot@gmail.com" Date: Sun, 1 Apr 2012 15:43:10 +0000 Subject: [PATCH] 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 --- code/modules/mob/mob_ERP.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/mob/mob_ERP.dm b/code/modules/mob/mob_ERP.dm index afdc23b1ce1..29209b5c5ca 100644 --- a/code/modules/mob/mob_ERP.dm +++ b/code/modules/mob/mob_ERP.dm @@ -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")