Adds NOCONDUCT to Some Items

This commit is contained in:
Atermonera
2019-08-08 16:07:50 -04:00
committed by VirgoBot
parent 15948e7e4c
commit 0469a309cc
9 changed files with 39 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ GLOBAL_LIST_BOILERPLATE(all_mops, /obj/item/weapon/mop)
throw_speed = 5
throw_range = 10
w_class = ITEMSIZE_NORMAL
flags = NOCONDUCT
attack_verb = list("mopped", "bashed", "bludgeoned", "whacked")
var/mopping = 0
var/mopcount = 0
@@ -9,6 +9,7 @@
sharp = 0
edge = 0
throwforce = 7
flags = NOCONDUCT
w_class = ITEMSIZE_NORMAL
origin_tech = list(TECH_COMBAT = 2)
attack_verb = list("beaten")