mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
does-the-thing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user