Merge pull request #6557 from Citadel-Station-13/upstream-merge-37384

[MIRROR] Re-adds and reworks fusion.
This commit is contained in:
LetterJay
2018-04-28 14:07:08 -05:00
committed by GitHub
12 changed files with 94 additions and 59 deletions

View File

@@ -241,9 +241,9 @@
message_admins("Explosive tank rupture! Last key to touch the tank was [src.fingerprintslast].")
log_game("Explosive tank rupture! Last key to touch the tank was [src.fingerprintslast].")
//Give the gas a chance to build up more pressure through reacting
air_contents.react()
air_contents.react()
air_contents.react()
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)