From 4d5861ca3005b18a89ff7105479209f0ead26b47 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 17 Jun 2014 04:16:39 -0400 Subject: [PATCH] Runtime fix with tape --- code/WorkInProgress/Ported/policetape.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WorkInProgress/Ported/policetape.dm b/code/WorkInProgress/Ported/policetape.dm index 58ad2f8eb68..b43851548ad 100644 --- a/code/WorkInProgress/Ported/policetape.dm +++ b/code/WorkInProgress/Ported/policetape.dm @@ -130,7 +130,7 @@ spawn(200) src.density = 1 else - breaktape(null, user) + breaktape(/obj/item/weapon/soap, user)//cant be null, and can't be sharp. /obj/item/tape/attack_paw(mob/user as mob) breaktape(/obj/item/weapon/wirecutters,user)