Adds NOCONDUCT to Some Items

This commit is contained in:
Nalarac
2019-08-07 09:46:39 -05:00
parent cefac4ca30
commit 88e79b30c5
9 changed files with 37 additions and 4 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")