mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Fixes issue 607 - portable tanks were providing no feedback upon rupturing. A sound effect will play now. Attempted to reproduce the problem and found that the tank actually exploded with that mixture. So half of this issue was already resolved.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4397 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
//world << "\blue[x],[y] tank is rupturing: [pressure] kPa, integrity [integrity]"
|
||||
if(integrity <= 0)
|
||||
loc.assume_air(air_contents)
|
||||
//TODO: make pop sound
|
||||
playsound(src.loc, 'spray.ogg', 10, 1, -3)
|
||||
del(src)
|
||||
else
|
||||
integrity--
|
||||
|
||||
Reference in New Issue
Block a user