does-the-thing

This commit is contained in:
Qustinnus
2017-08-02 06:05:21 +02:00
committed by GitHub
parent 99dff181a6
commit 08b77963b0
+1 -1
View File
@@ -7,6 +7,7 @@
container_type = INJECTABLE
resistance_flags = FLAMMABLE
var/foodtype = NONE
var/last_check_time
/obj/item/weapon/reagent_containers/food/New()
..()
@@ -15,7 +16,6 @@
/obj/item/weapon/reagent_containers/food/proc/checkLiked(var/fraction, mob/M)
var/last_check_time
if(last_check_time + 50 < world.time)
if(ishuman(M))
var/mob/living/carbon/human/H = M