mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user