Added some logging to a method of making explosions that lacked it.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1097 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-02-23 08:48:29 +00:00
parent 1ea64dd08a
commit 56c7f84fe8
+1 -1
View File
@@ -118,7 +118,7 @@
var/turf/epicenter = get_turf(loc)
//world << "\blue Exploding Pressure: [pressure] kPa, intensity: [range]"
message_admins("Explosive tank rupture! last key to touch the tank was [src.fingerprintslast].")
explosion(epicenter, round(range*0.25), round(range*0.5), round(range), round(range*1.5))
del(src)