Merge pull request #6393 from Nalarac/Conductivity

Adds NOCONDUCT to Some Items
This commit is contained in:
Atermonera
2019-08-08 12:07:10 -08:00
committed by GitHub
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")