Pipe painter bad-fix revert

Oops. Thanks Segrain.
This commit is contained in:
Loganbacca
2014-02-20 16:46:43 +13:00
parent 8fd037820b
commit e140998f86

View File

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