diff --git a/code/modules/chemical/Chemistry-Reagents.dm b/code/modules/chemical/Chemistry-Reagents.dm index 74585209063..588410cfed5 100644 --- a/code/modules/chemical/Chemistry-Reagents.dm +++ b/code/modules/chemical/Chemistry-Reagents.dm @@ -962,13 +962,13 @@ datum fuel.moles = 15 napalm.trace_gases += fuel T.assume_air(napalm) - return + return*/ on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom M:adjustToxLoss(1) ..() return -*/ + space_cleaner name = "Space cleaner" diff --git a/code/modules/chemical/Chemistry-Tools.dm b/code/modules/chemical/Chemistry-Tools.dm index 4a1bbde7a22..c45e346dcb7 100644 --- a/code/modules/chemical/Chemistry-Tools.dm +++ b/code/modules/chemical/Chemistry-Tools.dm @@ -3472,6 +3472,10 @@ icon_state = "glass_brown" name = "Glass of bilk" desc = "A brew of milk and beer. For those alcoholics who fear osteoporosis." + if("fuel") + icon_state = "dr_gibb_glass" + name = "Glass of welder fuel" + desc = "Unless you are an industrial tool, this is probably not safe for consumption." else icon_state ="glass_brown" name = "Glass of ..what?" diff --git a/icons/obj/vending.dmi b/icons/obj/vending.dmi index a4eeb6497ce..aee070b9f9e 100644 Binary files a/icons/obj/vending.dmi and b/icons/obj/vending.dmi differ