-Added new x-ray camera sprites. Icons by Krutchen.

-Slightly increased the temperature needed to break windows.
-Re-added a sound for screwdrivering the camera.
-Moved the autonumber camera stuff into the presets file.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4898 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-10-17 07:57:35 +00:00
parent 3b95730028
commit f9501864d7
5 changed files with 39 additions and 38 deletions
+1 -1
View File
@@ -419,7 +419,7 @@
return
/obj/structure/window/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
if(exposed_temperature > T0C + 600)
if(exposed_temperature > T0C + 800)
hit(round(exposed_volume / 100), 0)
..()