mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 20:27:42 +01:00
fix food rep (#12289)
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
return
|
||||
if(istype(O, /obj/item/reagent_containers/food))
|
||||
balloon_alert(user, "scanning...")
|
||||
if(!do_after(user, 10))
|
||||
if(!do_after(user, 10, src))
|
||||
return
|
||||
foodcheck(O)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user