two tiny fixes (#17658)

This commit is contained in:
phil235
2016-05-16 17:03:57 +02:00
committed by KorPhaeron
parent f1f5f73922
commit dd2c91ca64
2 changed files with 2 additions and 3 deletions

View File

@@ -54,8 +54,7 @@
newdart.update_icon()
/obj/item/projectile/bullet/reusable/foam_dart/Destroy()
if(pen)
qdel(pen)
pen = null
return ..()
/obj/item/projectile/bullet/reusable/foam_dart/riot

View File

@@ -722,7 +722,7 @@
M.adjustToxLoss(rand(5,10))
/datum/reagent/space_cleaner/reaction_mob(mob/M, method=TOUCH, reac_volume)
if(method == TOUCH || VAPOR)
if(method == TOUCH || method == VAPOR)
if(iscarbon(M))
var/mob/living/carbon/C = M
if(istype(M,/mob/living/carbon/human))