Merge pull request #1647 from TotallyNotADog/typoFixes

Fixes ring related typos
This commit is contained in:
Dahlular
2022-07-13 22:51:46 -06:00
committed by GitHub
3 changed files with 7 additions and 5 deletions
@@ -130,10 +130,11 @@
if(LAZYLEN(internal_organs) && user.client?.prefs.cit_toggles)
for(var/obj/item/organ/genital/dicc in internal_organs)
if(istype(dicc) && dicc.is_exposed())
if(!dicc.equipment)
. += "[dicc.desc]"
else
. += "[dicc.desc] <span class='love'>Equipt with a [dicc.equipment.name]</span>"
. += "[dicc.desc] <span class='love'>It's equipped with a [dicc.equipment.name].</span>"
if(user.client?.prefs.cit_toggles & VORE_EXAMINE)
+4 -3
View File
@@ -16,7 +16,7 @@
if(P.equipment)
to_chat(user, "<span class='notice'>There is already a [P.equipment.name] attached.</span>")
else
if(S!=T)//if your not targeting yourself
if(S!=T)//if you're not targeting yourself
C.visible_message("<span class='warning'>[user] is trying to attach [src] to [T]!</span>",\
"<span class='warning'>[user] is trying to put [src] on you!</span>")
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
@@ -45,8 +45,9 @@
/obj/item/equipment/penis/ring/fancy
name = "fancy ribboned 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"
@@ -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()
. = ..()