mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-29 23:57:10 +01:00
doone, opt-out pref
This commit is contained in:
+2
-2
@@ -18,10 +18,10 @@
|
||||
if(!CHECK_BITFIELD(slot, ITEM_SLOT_UNDERWEAR) || !ishuman(user) || !ishuman(usr))
|
||||
return
|
||||
|
||||
if(!(user.client?.prefs?.erppref == "Yes"))
|
||||
if(!user.client?.prefs?.chastitypref)
|
||||
to_chat(user, span_warning("They don't want you to do that!"))
|
||||
return
|
||||
|
||||
|
||||
var/mob/holder = usr
|
||||
owner = user
|
||||
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@
|
||||
if(!istype(target_organ, /obj/item/organ/genital/penis))
|
||||
return ..()
|
||||
|
||||
if(!(target.client?.prefs?.erppref == "Yes"))
|
||||
if(!target.client?.prefs?.chastitypref)
|
||||
to_chat(user, span_warning("They don't want you to do that!"))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user