From cdc36ed4f2cbf7ef05a72d301404c541aaafce27 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Thu, 25 May 2017 19:18:13 +0100 Subject: [PATCH] Closes a span --- code/modules/vore/fluffstuff/custom_items_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 76c946de31f..be28ce8460a 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -732,7 +732,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie if(istype(I, /obj/item/weapon/card/id) && !accessset) var/obj/item/weapon/card/id/O = I src.access |= O.access - to_chat(user, "You copy the access from \the [I] to \the [src].") + to_chat(user, "You copy the access from \the [I] to \the [src].") user.drop_from_inventory(I) qdel(I) accessset = 1