Adjusted the threshold for bombs getting adminlogged.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@272 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-10-12 23:56:09 +00:00
parent 6011668e18
commit 7115768551
+1 -2
View File
@@ -1,7 +1,6 @@
proc/explosion(turf/epicenter, devastation_range, heavy_impact_range, light_impact_range, flash_range)
spawn(0)
if(devastation_range > 1)
message_admins("Explosion with size ([devastation_range], [heavy_impact_range], [light_impact_range]) in area [epicenter.loc.name] ")
message_admins("Explosion with size ([devastation_range], [heavy_impact_range], [light_impact_range]) in area [epicenter.loc.name] ")
defer_powernet_rebuild = 1
if (!istype(epicenter, /turf))