mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Allows splashing reagents onto food. (#19941)
This commit is contained in:
@@ -252,7 +252,7 @@ var/list/LOGGED_SPLASH_REAGENTS = list(FUEL, THERMITE)
|
||||
// Transfer to container
|
||||
else if (can_send /*&& target.reagents**/)
|
||||
var/obj/container = target
|
||||
if (!container.is_open_container() && istype(container,/obj/item/weapon/reagent_containers))
|
||||
if (!container.is_open_container() && istype(container,/obj/item/weapon/reagent_containers) && !istype(container,/obj/item/weapon/reagent_containers/food/snacks))
|
||||
return -1
|
||||
|
||||
if(target.is_open_container())
|
||||
|
||||
Reference in New Issue
Block a user