just fucking work, ive had no sleep. My wife took the kids.
This commit is contained in:
QuoteFox
2021-01-02 16:40:06 +00:00
parent 092a7fa5a1
commit 49f39f27db
2 changed files with 6 additions and 6 deletions
@@ -55,11 +55,11 @@
dat += "(Climax inside another person, knocking them up.)<BR>"
if(P.condom == 1)
dat += "<a href='byond://?src=[REF(src)];removecondom=1'>Remove Condom</A><BR>"
if(P.sounding == 1)
dat += "<a href='byond://?src=[REF(src)];removesound=1'>Remove Sounding Rod</A><BR>"
if(P) // They have a dick (make sure to check or this will break everything)
if(P.condom == 1)
dat += "<a href='byond://?src=[REF(src)];removecondom=1'>Remove Condom</A><BR>"
if(P.sounding == 1)
dat += "<a href='byond://?src=[REF(src)];removesound=1'>Remove Sounding Rod</A><BR>"
dat += {"<HR>"}//Newline for the objects
//bottom options
dat += "<a href='byond://?src=[REF(src)];refresh=1'>Refresh</A>"