Wet rag no longer makes noise or hits when wiping down windows (nor does anything with the NOBLUDGEON flag)

This commit is contained in:
Whitellama
2014-08-01 17:05:54 -07:00
committed by ZomgPonies
parent 6b1ba1b6a3
commit 8c27a4e092
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -173,6 +173,7 @@
/obj/structure/window/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(!istype(W)) return//I really wish I did not need this
if(W.flags & NOBLUDGEON) return
if (istype(W, /obj/item/weapon/grab) && get_dist(src,user)<2)
var/obj/item/weapon/grab/G = W
@@ -24,6 +24,7 @@
possible_transfer_amounts = list(5)
volume = 5
can_be_placed_into = null
flags = FPRINT | TABLEPASS | OPENCONTAINER | NOBLUDGEON
/obj/item/weapon/reagent_containers/glass/rag/attack_self(mob/user as mob)
return