From 00128fe87ecb478399872ce503bf1d047605843d Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 18 Jul 2018 18:18:23 -0400 Subject: [PATCH] nerfs gas tank ruptures by reducing the effective pressure of a gas tank rupture from ^4 to ^3 (#7373) --- code/game/objects/items/tanks/tanks.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/items/tanks/tanks.dm b/code/game/objects/items/tanks/tanks.dm index 74aea29768..384c0a0de2 100644 --- a/code/game/objects/items/tanks/tanks.dm +++ b/code/game/objects/items/tanks/tanks.dm @@ -242,7 +242,6 @@ //Give the gas a chance to build up more pressure through reacting air_contents.react(src) air_contents.react(src) - air_contents.react(src) pressure = air_contents.return_pressure() var/range = (pressure-TANK_FRAGMENT_PRESSURE)/TANK_FRAGMENT_SCALE var/turf/epicenter = get_turf(loc)