This commit is contained in:
Segrain
2014-02-16 18:08:12 +03:00
parent cf1a35d8e3
commit 47cca1dde8

View File

@@ -1119,7 +1119,7 @@ obj/machinery/atmospherics/pipe/attackby(var/obj/item/weapon/W as obj, var/mob/u
return ..()
if(istype(W,/obj/item/device/pipe_painter))
return 1
return 0
if (!istype(W, /obj/item/weapon/wrench))
return ..()