From 74a519ffdea792fe9accb5dedeaf81a13aed1ebf Mon Sep 17 00:00:00 2001 From: "aranclanos@hotmail.com" Date: Sat, 9 Feb 2013 20:25:39 +0000 Subject: [PATCH] Fixes issue 828 - Flamethrower not working with variant-mix plasma tanks. -Removed a check for a certain amount of toxins on the tank, it was buggy because the var that was using didn't represented the amount on plasma based on pressure and temperature changes (hot air is bigger than cold air!) and it was unnecessary too, it didn't affected the tank contents. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5677 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/items/weapons/flamethrower.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/items/weapons/flamethrower.dm b/code/game/objects/items/weapons/flamethrower.dm index 86fb3a87e24..39fed529c46 100644 --- a/code/game/objects/items/weapons/flamethrower.dm +++ b/code/game/objects/items/weapons/flamethrower.dm @@ -162,7 +162,6 @@ usr.set_machine(src) if(href_list["light"]) if(!ptank) return - if(ptank.air_contents.toxins < 1) return if(!status) return lit = !lit if(lit)