mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-23 12:46:17 +01:00
fixes ring related typos
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user