From c75f5d1f6c8eb032e623132bf354c045547a1c2d Mon Sep 17 00:00:00 2001 From: 1080pCat <96908085+1080pCat@users.noreply.github.com> Date: Sat, 18 Feb 2023 08:33:54 +1000 Subject: [PATCH] Changes the fluffy cuffs description to not mention keeping your SO in line.. (#20428) * goofy ah * minor spelling error :( --- code/game/objects/items/weapons/handcuffs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/handcuffs.dm b/code/game/objects/items/weapons/handcuffs.dm index 95541cfc6a8..115578c99b5 100644 --- a/code/game/objects/items/weapons/handcuffs.dm +++ b/code/game/objects/items/weapons/handcuffs.dm @@ -153,7 +153,7 @@ /obj/item/restraints/handcuffs/pinkcuffs name = "fluffy pink handcuffs" - desc = "Use this to keep prisoners in line. Or you know, your significant other." + desc = "Use this to keep prisoners in line, they are really itchy." icon_state = "pinkcuffs" cuffed_state = "pinkcuff"