Add a protective_temperature var to paper, so when it is used as a paper hat doesn't cause a fuckton of runtimes when exposed to fire. (It gives zero protection however)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3305 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2012-03-16 05:18:14 +00:00
parent 28c9f10310
commit a4f652dc06
+1
View File
@@ -13,6 +13,7 @@
var/list/stamped
var/see_face = 1
var/body_parts_covered = HEAD
var/protective_temperature = 0
/obj/item/weapon/paper/New()