diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 2175906a7..a25c1ee00 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -134,7 +134,7 @@ if(!dicc.equipment) . += "[dicc.desc]" else - . += "[dicc.desc] Equipt with a [dicc.equipment.name]" + . += "[dicc.desc] It's equipped with a [dicc.equipment.name]." if(user.client?.prefs.cit_toggles & VORE_EXAMINE) diff --git a/hyperstation/code/obj/cockrings.dm b/hyperstation/code/obj/cockrings.dm index 891e89ec2..2fc176e28 100644 --- a/hyperstation/code/obj/cockrings.dm +++ b/hyperstation/code/obj/cockrings.dm @@ -16,7 +16,7 @@ if(P.equipment) to_chat(user, "There is already a [P.equipment.name] attached.") else - if(S!=T)//if your not targeting yourself + if(S!=T)//if you're not targeting yourself C.visible_message("[user] is trying to attach [src] to [T]!",\ "[user] is trying to put [src] on you!") if(!do_mob(user, C, 4 SECONDS))//warn them and have a delay of 5 seconds to apply. @@ -36,7 +36,7 @@ /obj/item/equipment/penis/ring name = "cock ring" - desc = "why dont you marry it already?" + desc = "Why don't you marry it already?" icon_state = "cockring" /obj/item/equipment/penis/ring/metal @@ -46,7 +46,7 @@ /obj/item/equipment/penis/ring/fancy name = "fancy cock ring" - desc = "a cock ring with a white bowtie, how cute." + desc = "A cock ring with a white bowtie, how cute." icon_state = "cockring_fancy" @@ -54,7 +54,7 @@ /obj/item/equipment/penis/ring/limiter name = "normalizer cock ring" - desc = "An expensive technological cock ring cast in SynTech purples with shimmering Kinaris golds. It will peoples penis size to a third." + desc = "An expensive technological cock ring cast in SynTech purples with shimmering Kinaris golds. It will shrink a penis to a more reasonable size." icon_state = "cockring_limit" price = 12 diff --git a/modular_citadel/code/modules/arousal/organs/genitals.dm b/modular_citadel/code/modules/arousal/organs/genitals.dm index 06f20ad51..fa34675e2 100644 --- a/modular_citadel/code/modules/arousal/organs/genitals.dm +++ b/modular_citadel/code/modules/arousal/organs/genitals.dm @@ -26,7 +26,7 @@ var/obj/item/equipment //for fun stuff that goes on the gentials/maybe rings down the line var/dontlist = FALSE var/nochange = FALSE //stops people changing visablity. - var/limited = FALSE + var/limited = FALSE /obj/item/organ/genital/Initialize() . = ..()