This commit is contained in:
timothyteakettle
2020-07-20 00:49:00 +01:00
parent 8709a72fc0
commit e2b68797b7
3 changed files with 4 additions and 2 deletions
@@ -98,6 +98,8 @@ God bless America.
return
else if(default_deconstruction_screwdriver(user, "fryer_off", "fryer_off" ,I)) //where's the open maint panel icon?!
return
else if(I.reagents && !isfood(I))
return
else
if(is_type_in_typecache(I, deepfry_blacklisted_items) || HAS_TRAIT(I, TRAIT_NODROP) || (I.item_flags & (ABSTRACT | DROPDEL)))
return ..()