This commit is contained in:
Fox-McCloud
2017-06-29 20:14:29 -04:00
parent d3b04e2638
commit 5bc6e36756
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -470,7 +470,7 @@
qdel(src)
/obj/item/weapon/bombcore/chemical/attackby(obj/item/I, mob/user, params)
if(istype(I, /obj/item/weapon/crowbar) && beakers.len > 0)
if(iscrowbar(I) && beakers.len > 0)
playsound(loc, I.usesound, 50, 1)
for (var/obj/item/B in beakers)
B.loc = get_turf(src)
@@ -382,7 +382,7 @@
var/unit_spread = 10 // Amount of units per repeat. Can be altered with a multitool.
/obj/item/weapon/grenade/chem_grenade/adv_release/attackby(obj/item/I, mob/user, params)
if(istype(I, /obj/item/device/multitool))
if(ismultitool(I))
switch(unit_spread)
if(0 to 24)
unit_spread += 5